Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public IntervalIndex(
IList<T> bounds,
SpecialBins specialBins
)
Public Sub New (
bounds As IList(Of T),
specialBins As SpecialBins
)
public:
IntervalIndex(
IList<T>^ bounds,
SpecialBins specialBins
)
new :
bounds : IList<'T> *
specialBins : SpecialBins -> IntervalIndex
Parameters
- bounds
- Type: System.Collections.GenericIListT
A list that specifies the boundaries of the
intervals. The values in this list must be in increasing order. - specialBins
- Type: Extreme.DataAnalysisSpecialBins
A SpecialBins value that specifies which special bins,
if any, to include in the index.
Reference