| BucketContains Method |
This method check whether a point is contained within this bucket.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax 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