Gets the index of an element into the storage array.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Return Value
Type:
Int32The index of the element in the storage array.
Reference