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

[Missing <param name="lowerBound"/> documentation for "M:MathNet.Numerics.Statistics.Bucket.#ctor(System.Double,System.Double,System.Double)"]

upperBound
Type: SystemDouble

[Missing <param name="upperBound"/> documentation for "M:MathNet.Numerics.Statistics.Bucket.#ctor(System.Double,System.Double,System.Double)"]

count (Optional)
Type: SystemDouble

[Missing <param name="count"/> documentation for "M:MathNet.Numerics.Statistics.Bucket.#ctor(System.Double,System.Double,System.Double)"]

See Also