Permutation.Item Property

Gets the position of an element after applying the permutation.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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