C# Класс HdrHistogram.Iteration.RecordedValuesEnumerator

An enumerator that enumerate over all non-zero values.
Наследование: AbstractHistogramEnumerator
Показать файл Открыть проект

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

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

The constructor for RecordedValuesEnumerator

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

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

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

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

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

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

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

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

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