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