2024 Method
Changes 0
M

RepeaterBounds.IsCyclical

Description:
True if the array doesn't have finite bounds in the given dimension. Cyclical bounds indicate that the array forms a closed loop in the given dimension.
Remarks:
The dimension begins at 0 and must be in the range [0, number of dimensions in the bounds - 1]. This method does not apply to zero dimensional bounds.
public bool IsCyclical(
	int dimension
)
  • Int32
    dimension
    The dimension.
Return Value bool True if the bounds are cyclical in the given dimension.