isWithinBounds Class |
Namespace: WhetStone.Looping
public static class isWithinBounds
| Name | Description | |
|---|---|---|
| IsWithinBounds(Array, Int32) |
Get whether a multi-dimensional index is valid for an Array.
| |
| IsWithinBoundsT(IListT, Int32) |
Get whether an index is valid for an IListT.
| |
| IsWithinBoundsT(T, Int32) |
Get whether an index is valid for an IListT.
|