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
파일 보기 프로젝트 열기: HdrHistogram/HdrHistogram.NET

공개 메소드들

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