Click or drag to resize
HistogramGetBucketIndexOf Method
Returns the index in the Histogram of the Bucket that contains the value v.

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

Parameters

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

Return Value

Type: Int32
The index of the bucket containing the point.
See Also