Bucket(Double, Double, Double) Constructor |
Initializes a new instance of the Bucket class.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Bucket(
double lowerBound,
double upperBound,
double count = 0
)
Parameters
- lowerBound Double
- The lower bound of the bucket.
- upperBound Double
- The upper bound of the bucket.
- count Double (Optional)
- The initial count for the bucket. Defaults to 0.0.
See Also