Click or drag to resize

HistogramGetBucketIndexOf Method

Returns the index in the Histogram of the Bucket that contains the value v.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int GetBucketIndexOf(
	double v
)

Parameters

v  Double
The point to search the bucket index for.

Return Value

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