 | QdbTableWriterSetDouble Method (String, NullableDouble) |
Set a value in the current row in a column of doubles.
Namespace:
Quasardb.TimeSeries.Writer
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic void SetDouble(
string name,
Nullable<double> value
)
Public Sub SetDouble (
name As String,
value As Nullable(Of Double)
)
Parameters
- name
- Type: SystemString
The name of the column you want to modify - value
- Type: SystemNullableDouble
The value of the point to insert
See Also