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 override Interval<T> GetValue(
int index
)
Public Overrides Function GetValue (
index As Integer
) As Interval(Of T)
public:
virtual Interval<T> GetValue(
int index
) override
abstract GetValue :
index : int -> Interval<'T>
override GetValue :
index : int -> Interval<'T>
Parameters
- index
- Type: SystemInt32
The zero-based index of the entry to retrieve.
Return Value
Type:
IntervalTThe value of the index at position
index.
Reference