Click or drag to resize

QdbPoint<T> Class

A Time/Value pair.
Inheritance Hierarchy

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.5.0 (3.13.5.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
Fields
  NameDescription
Public fieldTime
The timestamp of the point
Public fieldValue
The value of the point
Top
See Also