Click or drag to resize

QdbInt64PointCollectionAdd Method (QdbInt64Point)

Adds a point to the collection

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

Parameters

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