Permutation.Inverse Method
Returns the position of an element after applying the inverse permutation.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The zero-based position of the element at position index after the inverse permutation is applied.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.