Gets the value of the index at the specified position.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract T GetValue(
int index
)
Public MustOverride Function GetValue (
index As Integer
) As T
public:
virtual T GetValue(
int index
) abstract
abstract GetValue :
index : int -> 'T
Parameters
- index
- Type: SystemInt32
The zero-based index of the entry to retrieve.
Return Value
Type:
TThe value of the index at position
index.
Reference