C# 클래스 HdrHistogram.Iteration.HistogramIterationValue

Represents a value point iterated through in a Histogram, with associated stats.
파일 보기 프로젝트 열기: HdrHistogram/HdrHistogram.NET 1 사용 예제들

공개 메소드들

메소드 설명
IsLastValue ( ) : bool

Indicates if this item is to be considered the last value in the set.

ToString ( ) : string

Returns a string that represents the current object.

비공개 메소드들

메소드 설명
Set ( long valueIteratedTo, long valueIteratedFrom, long countAtValueIteratedTo, long countInThisIterationStep, long totalCountToThisValue, long totalValueToThisValue, double percentile, double percentileLevelIteratedTo ) : void

메소드 상세

IsLastValue() 공개 메소드

Indicates if this item is to be considered the last value in the set.
public IsLastValue ( ) : bool
리턴 bool

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string