 | QdbDoublePointCollectionAdd Method (DateTime, NullableDouble) |
Adds a point to the collection
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic void Add(
DateTime timestamp,
Nullable<double> value
)
Public Sub Add (
timestamp As DateTime,
value As Nullable(Of Double)
)
Parameters
- timestamp
- Type: SystemDateTime
The timestamp of the new point - value
- Type: SystemNullableDouble
The value of the new point
See Also