Permutation.Item Property

Gets the position of an element after applying the permutation.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int this[
	int index
] { get; }

Parameters

index  Int32
The zero-based position of the element before the permutation is applied.

Return Value

Int32
The zero-based position of the element at position index after the permutation is applied.

See Also