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