Click or drag to resize

QdbDoubleAdd Method

Modifies the value of the double in the database.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public double Add(
	double addend
)

Parameters

addend
Type: SystemDouble
The value to add.

Return Value

Type: Double
The new value of the double in the database.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionThe double doesn't exist in the database.
QdbIncompatibleTypeExceptionThe entry in the database is not a double.
See Also