C# Class HdrHistogram.Iteration.RecordedValuesEnumerator

An enumerator that enumerate over all non-zero values.
Inheritance: AbstractHistogramEnumerator
Afficher le fichier Open project: HdrHistogram/HdrHistogram.NET

Méthodes publiques

Méthode Description
RecordedValuesEnumerator ( HistogramBase histogram )

The constructor for RecordedValuesEnumerator

Méthodes protégées

Méthode Description
IncrementIterationLevel ( ) : void
ReachedIterationLevel ( ) : bool

Method Details

IncrementIterationLevel() protected méthode

protected IncrementIterationLevel ( ) : void
Résultat void

ReachedIterationLevel() protected méthode

protected ReachedIterationLevel ( ) : bool
Résultat bool

RecordedValuesEnumerator() public méthode

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