Click or drag to resize

QdbDoublePointCollection Constructor (IEnumerableQdbDoublePoint)

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 QdbDoublePointCollection(
	IEnumerable<QdbDoublePoint> source
)

Parameters

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