Click or drag to resize

TaosBindBindDouble Method

Used to bind TDengine's TSDB_DATA_TYPE_DOUBLE.

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
public static TAOS_BIND BindDouble(
	double val
)

Parameters

val
Type: SystemDouble
A not null double.

Return Value

Type: TAOS_BIND
TAOS_BIND
See Also