Click or drag to resize

Permutation Constructor

Initializes a new instance of the Permutation class.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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