C# 클래스 Client.Model.DataPoint

Represents one timestamp/value pair. This class uses a Joda Time DateTime.
파일 보기 프로젝트 열기: tempodb/tempodb-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DataPoint ( ) : System
DataPoint ( System.DateTime timestamp, double value ) : System
Equals ( Object obj ) : bool
GetHashCode ( ) : Int32
ToString ( ) : string

메소드 상세

DataPoint() 공개 메소드

public DataPoint ( ) : System
리턴 System

DataPoint() 공개 메소드

public DataPoint ( System.DateTime timestamp, double value ) : System
timestamp System.DateTime DateTime representing the data point's timstamp
value double The value of the measurement (long or double)
리턴 System

Equals() 공개 메소드

public Equals ( Object obj ) : bool
obj Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : Int32
리턴 System.Int32

ToString() 공개 메소드

public ToString ( ) : string
리턴 string