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