Click or drag to resize

QdbDoubleColumnDefinition Class

Describes a time-series column that contains double precision floating point values.
Inheritance Hierarchy

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public class QdbDoubleColumnDefinition : QdbColumnDefinition

The QdbDoubleColumnDefinition type exposes the following members.

Constructors
  NameDescription
Public methodQdbDoubleColumnDefinition
Creates a column description with the specified name.
Top
Properties
  NameDescription
Public propertyName
The name of the new column
(Inherited from QdbColumnDefinition.)
Top
See Also