C# Класс 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.
Наследование: AbstractHistogramEnumerator
Показать файл Открыть проект

Открытые методы

Метод Описание
AllValuesEnumerator ( HistogramBase histogram )

Constructor for the AllValuesEnumerator.

Защищенные методы

Метод Описание
IncrementIterationLevel ( ) : void
ReachedIterationLevel ( ) : bool

Описание методов

AllValuesEnumerator() публичный Метод

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

IncrementIterationLevel() защищенный Метод

protected IncrementIterationLevel ( ) : void
Результат void

ReachedIterationLevel() защищенный Метод

protected ReachedIterationLevel ( ) : bool
Результат bool