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.3
C#
The zero-based position of the element at position index after the inverse permutation is applied.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public int Inverse(
int index
)
Parameters
- index Int32
- The zero-based position of the element before the inverse permutation is applied.
Return Value
Int32The zero-based position of the element at position index after the inverse permutation is applied.