Gets the position of an element after applying the permutation.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public int this[
int index
] { get; }
|
| Visual Basic (Declaration) |
Public ReadOnly Default Property Item ( _
index As Integer _
) As Integer
Get
|
| Visual C++ |
public:
property int default[int index] {
int get (int index);
}
|
Parameters
-
index
- Type: System..::..Int32
The zero-based position of the element before the permutation is applied.
Return Value
The zero-based position of the element at position
index after the permutation is applied.
See Also