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