| HistogramGetBucketOf Method |
Returns the Bucket that contains the value v.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public Bucket GetBucketOf(
double v
)
Parameters
- v
- Type: SystemDouble
The point to search the bucket for.
Return Value
Type:
BucketA copy of the bucket containing point
v.
See Also