 | QdbInt64Point Constructor |
Creates a point.
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic QdbInt64Point(
DateTime time,
Nullable<long> value
)
Public Sub New (
time As DateTime,
value As Nullable(Of Long)
)
Parameters
- time
- Type: SystemDateTime
The point's time - value
- Type: SystemNullableInt64
The point's value
See Also