| QdbBlobPointCollection Constructor (IEnumerableQdbBlobPoint) |
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 QdbBlobPointCollection(
IEnumerable<QdbBlobPoint> source
)
Public Sub New (
source As IEnumerable(Of QdbBlobPoint)
)
Parameters
- source
- Type: System.Collections.GenericIEnumerableQdbBlobPoint
The collection of point to duplicate
See Also