NSketch v0.1

IHistogram.RankOf Method 

Gets the relative rank of the value.

float RankOf(
   float threshold
);

Return Value

A value between 0 and 1.

Remarks

The relative rank is the percentage of values previously added to the histogram lower than the specified threshold.

See Also

IHistogram Interface | NSketch Namespace