ArraySlice<T>.GetIndex Method

Gets the index in the storage array of the element at the specified position.

Definition

Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int GetIndex(
	int index
)

Parameters

index  Int32
The zero-based index of the element in the array slice.

Return Value

Int32
The index of the element in the storage array.

See Also