Click or drag to resize

PermutationItem Property

Computes where idx permutes too.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int this[
	int idx
] { get; }

Parameters

idx  Int32
The index to permute from.

Return Value

Int32
The index which is permuted to.
See Also