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
Afficher le fichier Open project: HdrHistogram/HdrHistogram.NET

Méthodes publiques

Méthode Description
AllValuesEnumerator ( HistogramBase histogram )

Constructor for the AllValuesEnumerator.

Méthodes protégées

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

Method Details

AllValuesEnumerator() public méthode

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

IncrementIterationLevel() protected méthode

protected IncrementIterationLevel ( ) : void
Résultat void

ReachedIterationLevel() protected méthode

protected ReachedIterationLevel ( ) : bool
Résultat bool