Gets the value of the index at the specified position.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 5.x
Reference