Click or drag to resize

QdbDoubleGet Method

Gets 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 Get()

Return Value

Type: Double
The 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