IntervalIndex<T>.GetUpperBound Method

Gets the upper bound of the interval with the specified index.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T GetUpperBound(
	int index
)

Parameters

index  Int32
A zero-based index.

Return Value

T
The DateTime that is the upper bound of the interval with index index.

Exceptions

ArgumentOutOfRangeException

index is less than zero or greater than or equal to Length.

See Also