Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public IntervalIndex(
T[] bounds
)
Public Sub New (
bounds As T()
)
public:
IntervalIndex(
array<T>^ bounds
)
new :
bounds : 'T[] -> IntervalIndex
Parameters
- bounds
- Type: T
An array that specifies the boundaries of the
intervals.
Reference