Interval Index<T>.Get Value 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#
The value of the index at position index.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override Interval<T> GetValue(
int index
)
Parameters
- index Int32
- The zero-based index of the entry to retrieve.
Return Value
Interval<T>The value of the index at position index.