Click or drag to resize

HistogramGetBucketOf Method

Returns 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 Bucket GetBucketOf(
	double v
)

Parameters

v  Double
The point to search the bucket for.

Return Value

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