Click or drag to resize

QdbTimestampPointCollectionAdd Method (QdbTimestampPoint)

Adds a point to the collection

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

Parameters

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