Click or drag to resize

IndexCollectionDefault Method

Creates an IndexCollection which ranges from zero to the specified last index.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static IndexCollection Default(
	int lastIndex
)

Parameters

lastIndex
Type: SystemInt32
The last index of the range.

Return Value

Type: IndexCollection
A collection of the specified number of indexes, all equal to zero.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionlastIndex is negative.
See Also