| QdbBlobPoint Constructor |
Creates a point.
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public QdbBlobPoint(
DateTime time,
byte[] value
)
Public Sub New (
time As DateTime,
value As Byte()
)
Parameters
- time
- Type: SystemDateTime
The point's time - value
- Type: SystemByte
The point's value
See Also