IntervalIndex<T>.GetBounds Method

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

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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