Initializes a new instance of the Permutation class.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Permutation(
int[] indices
)
Parameters
- indices Int32
- An array which represents where each integer is permuted too: indices[i] represents that integer i
is permuted to location indices[i].
See Also