Data.DBXCommon.TDBXBcdValue.GetAsDouble
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXBcdValue |
Delphi
function GetAsDouble: Double; override;
C++
virtual double __fastcall GetAsDouble();
Description
Get double representation of value.
Data.DBXCommon.TDBXBcdValue.GetAsDouble inherits from Data.DBXCommon.TDBXValue.GetAsDouble. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsDouble.
Get double representation of value.
GetAsDouble 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.