NSketch v0.1
SechapHistogram.BucketIndexOf Method
Gets the index of the bucket containing
value
.
public
int
BucketIndexOf(
float
value
);
Exceptions
Exception Type
Condition
ArgumentOutOfRangeException
Thrown if
value
is outside the bound of the histogram.
See Also
SechapHistogram Class
|
NSketch Namespace