 | QdbClusterDouble Method |
Returns a
QdbDouble attached to the specified alias.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntaxpublic QdbDouble Double(
string alias
)
Public Function Double (
alias As String
) As QdbDouble
Parameters
- alias
- Type: SystemString
The alias (i.e. key) of the double in the database.
Return Value
Type:
QdbDoubleAn double associated to the specified alias.
RemarksNo operation is performed in the database.
See Also