Click or drag to resize

countUpCountUp Method (Int32, Int32)

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public 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: IListInt32
A read-only, infinite IListT of Int32s.
See Also