NSketch v0.1

NaiveHistogram.Item Property

Gets the IBucket corresponding to the provided index.

public IBucket this[
   int index
] {get;}

Implements

IHistogram.Item

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Thrown if the index is negative or bigger than this.Count - 1.

See Also

NaiveHistogram Class | NSketch Namespace