IntervalIndex<T>.GetValue Method

Gets the value of the index at the specified position.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
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.

See Also