Click or drag to resize

Bucket(Double) Constructor

Constructs a Bucket that can be used as an argument for a IComparerT like DefaultPointComparer when performing a Binary search.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Bucket(
	double targetValue
)

Parameters

targetValue  Double
Value to look for
See Also