Gets the index at the specified position in the slice.
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 index.
Return Value
Type:
Int32The index at position
index.
Reference