Click or drag to resize

QdbPointT Class

A Time/Value pair.
Inheritance Hierarchy

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
Fields
  NameDescription
Public fieldTime
The timestamp of the point
Public fieldValue
The value of the point
Top
See Also