C# 클래스 HdrHistogram.Iteration.RecordedValuesEnumerator

An enumerator that enumerate over all non-zero values.
상속: AbstractHistogramEnumerator
파일 보기 프로젝트 열기: HdrHistogram/HdrHistogram.NET

공개 메소드들

메소드 설명
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