IIndex.Permute Method
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#
A new index resulting from permuting the elements of this index by permutation.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
IIndex Permute(
Permutation permutation
)
Parameters
- permutation Permutation
- A permutation that has the same length as the index.
Return Value
IIndexA new index resulting from permuting the elements of this index by permutation.