Returns the position of an element after applying the inverse permutation.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int Inverse(
int index
)
Public Function Inverse (
index As Integer
) As Integer
public:
int Inverse(
int index
)
member Inverse :
index : int -> int
Parameters
- index
- Type: SystemInt32
The zero-based position of the element before the inverse permutation is applied.
Return Value
Type:
Int32The zero-based position of the element at position
index after the inverse permutation is applied.
Reference