Click or drag to resize
Bucket Constructor (Double, Double, Double)
Initializes a new instance of the Bucket class.

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public Bucket(
	double lowerBound,
	double upperBound,
	double count = 0
)

Parameters

lowerBound
Type: SystemDouble
upperBound
Type: SystemDouble
count (Optional)
Type: SystemDouble
See Also