RepeaterBounds.GetLowerBound
Description:
Returns the smallest index of the array in the given dimension.
Returns the smallest 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.
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 GetLowerBound(
int dimension
)
-
Int32dimensionThe dimension.
Return Value
Int32
The smallest index of the array in the given dimension.
-
The dimension is invalid for these bounds.
-
The bounds must have at least one dimension.