C# 클래스 NapkinCommon.DoubleSampler

상속: Sampler
파일 보기 프로젝트 열기: cjdaly/napkin

공개 메소드들

메소드 설명
DoubleSampler ( TakeDoubleSample sampler, string statusKeyPrefix, string keySetId = "chatter.device.sensor." ) : System
GetStatus ( string headline = null ) : string
Reset ( ) : void
Sample ( ) : void
Sample ( double sample ) : void

메소드 상세

DoubleSampler() 공개 메소드

public DoubleSampler ( TakeDoubleSample sampler, string statusKeyPrefix, string keySetId = "chatter.device.sensor." ) : System
sampler TakeDoubleSample
statusKeyPrefix string
keySetId string
리턴 System

GetStatus() 공개 메소드

public GetStatus ( string headline = null ) : string
headline string
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Sample() 공개 메소드

public Sample ( ) : void
리턴 void

Sample() 공개 메소드

public Sample ( double sample ) : void
sample double
리턴 void