 | countUpCountUp Method (Int32, Int32) |
Get an infinite
IListT of
Int32s counting up from
start in steps of
step.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic static IList<int> CountUp(
int start,
int step
)
Parameters
- start
- Type: SystemInt32
The first element of the IListT - step
- Type: SystemInt32
The difference between any two consecutive elements.
Return Value
Type:
IListInt32A read-only, infinite
IListT of
Int32s.
See Also