Click or drag to resize

QdbTableWriterSetDouble Method (Int64, NullableDouble)

Set a value in the current row in a column of doubles.

Namespace:  Quasardb.TimeSeries.Writer
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public void SetDouble(
	long index,
	double? value
)

Parameters

index
Type: SystemInt64
The index to the column you want to modify
value
Type: SystemNullableDouble
The value of the point to insert
See Also