Constructs a new
IntervalIndexT with equally spaced intervals over the specified range.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public IntervalIndex(
T lowerBound,
T upperBound,
int numberOfIntervals,
SpecialBins specialBins
)
Public Sub New (
lowerBound As T,
upperBound As T,
numberOfIntervals As Integer,
specialBins As SpecialBins
)
public:
IntervalIndex(
T lowerBound,
T upperBound,
int numberOfIntervals,
SpecialBins specialBins
)
new :
lowerBound : 'T *
upperBound : 'T *
numberOfIntervals : int *
specialBins : SpecialBins -> IntervalIndex
Parameters
- lowerBound
- Type: T
The lower bound of the range. - upperBound
- Type: T
The upper bound of the range. - numberOfIntervals
- Type: SystemInt32
The number of intervals. - specialBins
- Type: Extreme.DataAnalysisSpecialBins
A SpecialBins value that specifies which special bins,
if any, to include in the index.
Reference