<Code Lib>
2025 Method
Changes 0
M

RepeaterBounds.GetUpperBound

Description:
Returns the highest index of the array 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 int GetUpperBound(
	int dimension
)

  • dimension
    The dimension.
Return Value Int32 The highest index of the array in the given dimension.

Loading…