Click or drag to resize

BucketContains Method

This method check whether a point is contained within this bucket.

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

Parameters

x  Double
The point to check.

Return Value

Int32
0 if the point falls within the bucket boundaries; -1 if the point is smaller than the bucket, +1 if the point is larger than the bucket.
See Also