Click or drag to resize

QdbPoint<T> Class

A Time/Value pair.
Inheritance Hierarchy
System.Object
  Quasardb.TimeSeries.QdbPoint<T>
    Quasardb.TimeSeries.QdbBlobPoint
    Quasardb.TimeSeries.QdbDoublePoint
    Quasardb.TimeSeries.QdbInt64Point
    Quasardb.TimeSeries.QdbStringPoint
    Quasardb.TimeSeries.QdbTimestampPoint

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public abstract class QdbPoint<T> : IEquatable<QdbPoint<T>>

Type Parameters

T
The type of the point's value

The QdbPoint<T> type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).)
Public methodEquals(QdbPoint<T>)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides Object.GetHashCode().)
Public methodToString
Returns a string that represents the current object.
(Overrides Object.ToString().)
Top
Fields
  NameDescription
Public fieldTime
The timestamp of the point
Public fieldValue
The value of the point
Top
See Also