 | rangeRange Method (Int32) |
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic static IList<int> Range(
int max
)
Parameters
- max
- Type: SystemInt32
The maximum value of the elements. Exclusive.
Return Value
Type:
IListInt32A read-only
IListT with elements from 0 to
max in steps of 1.
See Also