| QdbInt64PointCollection Constructor (IEnumerableQdbInt64Point) |
Creates the collection from an existing one
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public QdbInt64PointCollection(
IEnumerable<QdbInt64Point> source
)
Public Sub New (
source As IEnumerable(Of QdbInt64Point)
)
Parameters
- source
- Type: System.Collections.GenericIEnumerableQdbInt64Point
The collection of point to duplicate
See Also