Data.DBXCommon.TDBXValue.AsDouble
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
property AsDouble: Double read GetAsDouble;
C++
__property double AsDouble = {read=GetAsDouble};
Description
Double representation of value.
AsDouble returns a Double representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.