Click or drag to resize

RandomIndexPermutation Constructor

Initializes a new instance of the RandomIndexPermutation class able to permute the specified IndexCollection.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public RandomIndexPermutation(
	IndexCollection indexes
)

Parameters

indexes
Type: Novacta.AnalyticsIndexCollection
The collection of indexes to permute.
Exceptions
ExceptionCondition
ArgumentNullExceptionindexes is null.
See Also