Click or drag to resize

QdbStringPointCollection Constructor (IEnumerableQdbStringPoint)

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 QdbStringPointCollection(
	IEnumerable<QdbStringPoint> source
)

Parameters

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