Click or drag to resize

rangeRange Method (Int32)

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

Parameters

max
Type: SystemInt32
The maximum value of the elements. Exclusive.

Return Value

Type: IListInt32
A read-only IListT with elements from 0 to max in steps of 1.
See Also