Click or drag to resize
HistogramGetBucketOf Method
Returns the Bucket that contains the value v.

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public Bucket GetBucketOf(
	double v
)

Parameters

v
Type: SystemDouble
The point to search the bucket for.

Return Value

Type: Bucket
A copy of the bucket containing point v.
See Also