Click or drag to resize
BucketContains Method
This method check whether a point is contained within this bucket.

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

Parameters

x
Type: SystemDouble
The point to check.

Return Value

Type: 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