IntervalIndex<T>.GetBounds Method

Gets an array containing the bounds of the IntervalIndex<T>.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T[] GetBounds()

Return Value

T[]
A Double array.

Remarks

This method always returns a new array instance. It should not be used inside a loop.

See Also