RepeaterBounds.AdjustForCyclicalBounds
Description:
Shifts the input coordinates in the cyclical dimensions so that they fall in the [lower bounds, upper bounds] range.
Shifts the input coordinates in the cyclical dimensions so that they fall in the [lower bounds, upper bounds] range.
Remarks:
The coordinates must have the same number of dimensions as the bounds. This method does not apply to zero dimensional bounds.
The coordinates must have the same number of dimensions as the bounds. This method does not apply to zero dimensional bounds.
public RepeaterCoordinates AdjustForCyclicalBounds(
RepeaterCoordinates coordinates
)
-
coordinatesThe coordinates.
-
The coordinates coordinates have incompatible number of dimensions.
-
A non-optional argument was null
-
The bounds must have at least one dimension.