C# Class HdrHistogram.Iteration.AllValuesEnumerator

Used for iterating through histogram values using the finest granularity steps supported by the underlying representation.The iteration steps through all possible unit value levels, regardless of whether or not there were recorded values for that value level, and terminates when all recorded histogram values are exhausted.
Inheritance: AbstractHistogramEnumerator
显示文件 Open project: HdrHistogram/HdrHistogram.NET

Public Methods

Method Description
AllValuesEnumerator ( HistogramBase histogram )

Constructor for the AllValuesEnumerator.

Protected Methods

Method Description
IncrementIterationLevel ( ) : void
ReachedIterationLevel ( ) : bool

Method Details

AllValuesEnumerator() public method

Constructor for the AllValuesEnumerator.
public AllValuesEnumerator ( HistogramBase histogram )
histogram HistogramBase The histogram this iterator will operate on

IncrementIterationLevel() protected method

protected IncrementIterationLevel ( ) : void
return void

ReachedIterationLevel() protected method

protected ReachedIterationLevel ( ) : bool
return bool