Click or drag to resize

QdbBlobPointCollection Constructor (IEnumerableQdbBlobPoint)

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 QdbBlobPointCollection(
	IEnumerable<QdbBlobPoint> source
)

Parameters

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