HistogramGetBucketOf Method |
Returns 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 Bucket GetBucketOf(
double v
)
Parameters
- v Double
- The point to search the bucket for.
Return Value
BucketA copy of the bucket containing point
v.
See Also