Gets the position of an element after applying the permutation.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Integer
Get
public:
property int default[int index] {
int get (int index);
}
member Item : int with get
Parameters
- index
- Type: SystemInt32
The zero-based position of the element before the permutation is applied.
Return Value
Type:
Int32The zero-based position of the element at position
index after the permutation is applied.
Reference