C# Class Client.Model.DataPoint

Represents one timestamp/value pair. This class uses a Joda Time DateTime.
Afficher le fichier Open project: tempodb/tempodb-net Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

DataPoint() public méthode

public DataPoint ( ) : System
Résultat System

DataPoint() public méthode

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)
Résultat System

Equals() public méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : Int32
Résultat System.Int32

ToString() public méthode

public ToString ( ) : string
Résultat string