Click or drag to resize

QdbPointT Class

A Time/Value pair.
Inheritance Hierarchy
SystemObject
  Quasardb.TimeSeriesQdbPointT
    Quasardb.TimeSeriesQdbBlobPoint
    Quasardb.TimeSeriesQdbDoublePoint
    Quasardb.TimeSeriesQdbInt64Point
    Quasardb.TimeSeriesQdbStringPoint
    Quasardb.TimeSeriesQdbTimestampPoint

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 QdbPointT type exposes the following members.

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