Permutation.Inverse Method

Returns the position of an element after applying the inverse permutation.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int Inverse(
	int index
)

Parameters

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

Return Value

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

See Also