Click or drag to resize

QdbInt64Point Constructor

Creates a point.

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.2.0 (3.13.2.0)
Syntax
public QdbInt64Point(
	DateTime time,
	long? value
)

Parameters

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