Click or drag to resize

countUpCountUpT Method

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static IList<T> CountUp<T>()

Type Parameters

T

Return Value

Type: IListT
A read-only, infinite IListT.
Remarks
This function uses fielding to generate the addition function, the step member, and initial member.
See Also