 | countUpCountUpT Method |
Get an infinite
IListT of generic type. counting up from 0 in steps of 1 (uses fielding to get generic 0 and 1).
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic static IList<T> CountUp<T>()
Type Parameters
- T
Return Value
Type:
IListTA read-only, infinite
IListT.
RemarksThis function uses fielding to generate the addition function, the step member, and initial member.
See Also