 | countUpCountUpT Method (T, T) |
Get an infinite
IListT of generic type. 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<T> CountUp<T>(
T start,
T step
)
Parameters
- start
- Type: T
The first element of the IListT - step
- Type: T
The difference between any two consecutive elements.
Type Parameters
- T
Return Value
Type:
IListTA read-only, infinite
IListT.
RemarksThis function uses fielding to generate the addition function.
See Also