Click or drag to resize

QdbDoublePointCollectionAdd Method (DateTime, NullableDouble)

Adds a point to the collection

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntax
public void Add(
	DateTime timestamp,
	Nullable<double> value
)

Parameters

timestamp
Type: SystemDateTime
The timestamp of the new point
value
Type: SystemNullableDouble
The value of the new point
See Also