 | QdbTableWriter.SetDouble Method (Int64, Nullable<Double>) |
Set a value in the current row in a column of doubles.
Namespace:
Quasardb.TimeSeries.Writer
Assembly:
Quasardb (in Quasardb.dll) Version: 3.10.1.0 (3.10.1.0)
Syntaxpublic void SetDouble(
long index,
double? value
)
Public Sub SetDouble (
index As Long,
value As Double?
)
Parameters
- index
- Type: System.Int64
The index to the column you want to modify - value
- Type: System.Nullable<Double>
The value of the point to insert
See Also