IIndex.Permute Method

This API is preliminary and subject to change.
Applies a permutation to the index and returns the result.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
IIndex Permute(
	Permutation permutation
)

Parameters

permutation  Permutation
A permutation that has the same length as the index.

Return Value

IIndex
A new index resulting from permuting the elements of this index by permutation.

See Also