Gets the index in the storage array of the element at the specified position.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public int GetIndex(
int index
)
Public Function GetIndex (
index As Integer
) As Integer
public:
int GetIndex(
int index
)
member GetIndex :
index : int -> int
Parameters
- index
- Type: SystemInt32
The zero-based index of the element in the array slice.
Return Value
Type:
Int32The index of the element in the storage array.
Numerical Libraries
Supported in: 6.0, 5.x
Reference