Click or drag to resize

QdbDoublePointCollectionAdd Method (QdbDoublePoint)

Adds a point to the collection

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public void Add(
	QdbDoublePoint point
)

Parameters

point
Type: Quasardb.TimeSeriesQdbDoublePoint
The point to add
See Also