NSketch v0.1

NaiveHistogram.BucketIndexOf Method 

Gets the IBucket index of corresponding to the provided value.

public int BucketIndexOf(
   float value
);

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Thrown if value is smaller than this.MinBound or bigger than this.MaxBound.

See Also

NaiveHistogram Class | NSketch Namespace