C# Class HdrHistogram.Iteration.RecordedValuesEnumerator

An enumerator that enumerate over all non-zero values.
Inheritance: AbstractHistogramEnumerator
ファイルを表示 Open project: HdrHistogram/HdrHistogram.NET

Public Methods

Method Description
RecordedValuesEnumerator ( HistogramBase histogram )

The constructor for RecordedValuesEnumerator

Protected Methods

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

Method Details

IncrementIterationLevel() protected method

protected IncrementIterationLevel ( ) : void
return void

ReachedIterationLevel() protected method

protected ReachedIterationLevel ( ) : bool
return bool

RecordedValuesEnumerator() public method

The constructor for RecordedValuesEnumerator
public RecordedValuesEnumerator ( HistogramBase histogram )
histogram HistogramBase The histogram this iterator will operate on