C# 클래스 Jellyfish.Commands.Metrics.PercentileSnapshot

파일 보기 프로젝트 열기: Zenasoft/Jellyfish.Commands 1 사용 예제들

공개 메소드들

메소드 설명
GetPercentile ( double percentile ) : int

Provides percentile computation.

PercentileSnapshot ( IEnumerable dataList ) : Jellyfish.Commands.Utils

비공개 메소드들

메소드 설명
ComputePercentile ( double percent ) : int

Percentile (Wikipedia) Percentile percentile of data desired data at the asked-for percentile. Interpolation is used if exactness is not possible

PercentileSnapshot ( ) : Jellyfish.Commands.Utils

메소드 상세

GetPercentile() 공개 메소드

Provides percentile computation.
public GetPercentile ( double percentile ) : int
percentile double
리턴 int

PercentileSnapshot() 공개 메소드

public PercentileSnapshot ( IEnumerable dataList ) : Jellyfish.Commands.Utils
dataList IEnumerable
리턴 Jellyfish.Commands.Utils