Index<T>.GetValue Method

Gets the value of the index at the specified position.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public abstract T GetValue(
	int index
)

Parameters

index  Int32
The zero-based index of the entry to retrieve.

Return Value

T
The value of the index at position index.

See Also