C# Class Client.Model.DataPoint

Represents one timestamp/value pair. This class uses a Joda Time DateTime.
ファイルを表示 Open project: tempodb/tempodb-net Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DataPoint ( ) : System
DataPoint ( System.DateTime timestamp, double value ) : System
Equals ( Object obj ) : bool
GetHashCode ( ) : Int32
ToString ( ) : string

Method Details

DataPoint() public method

public DataPoint ( ) : System
return System

DataPoint() public method

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)
return System

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetHashCode() public method

public GetHashCode ( ) : Int32
return System.Int32

ToString() public method

public ToString ( ) : string
return string