Click or drag to resize

QdbTimestampPointCollection Constructor (IEnumerableQdbTimestampPoint)

Creates the collection from an existing one

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public QdbTimestampPointCollection(
	IEnumerable<QdbTimestampPoint> source
)

Parameters

source
Type: System.Collections.GenericIEnumerableQdbTimestampPoint
The collection of point to duplicate
See Also