Array 1D<T>.Get Index Method
Gets the index of an element into the storage array.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The index of the element in the storage array.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int GetIndex(
int index
)
Parameters
- index Int32
- The zero-based index of the element.
Return Value
Int32The index of the element in the storage array.