Click or drag to resize

QdbDoublePoint Constructor

Creates a point.

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.1.0 (3.10.1.0)
Syntax
public QdbDoublePoint(
	DateTime time,
	double? value
)

Parameters

time
Type: System.DateTime
The point's time
value
Type: System.Nullable<Double>
The point's value
See Also