Constructs a new NumericalScale with equally spaced intervals over the specified range.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ lowerBound As Double, _ upperBound As Double, _ numberOfIntervals As Integer, _ specialBins As SpecialBins _ ) |
| C# |
|---|
public NumericalScale ( double lowerBound, double upperBound, int numberOfIntervals, SpecialBins specialBins ) |
| C++ |
|---|
public: NumericalScale ( double lowerBound, double upperBound, int numberOfIntervals, SpecialBins specialBins ) |
Parameters
- lowerBound (System.Double)
- The lower bound of the range.
- upperBound (System.Double)
- The upper bound of the range.
- numberOfIntervals (System.Int32)
- The number of intervals.
- specialBins (Extreme.Statistics.SpecialBins)
- A SpecialBins value that specifies which special bins, if any, to include in the scale.