Click or drag to resize

QdbInt64PointCollection Constructor (IEnumerableQdbInt64Point)

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 QdbInt64PointCollection(
	IEnumerable<QdbInt64Point> source
)

Parameters

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