Interval Index<T>.Get Bounds 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.3
C#
A Double array.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.