Data.DBXCommon.TDBXValue.GetDouble
Delphi
function GetDouble: Double; virtual;
C++
virtual double __fastcall GetDouble();
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| function | public | Data.DBXCommon.pas Data.DBXCommon.hpp | Data.DBXCommon | TDBXValue | 
Beschreibung
Ermittelt Gleitkommawerte mit doppelter Genauigkeit für den Datentyp double.
Ermittelt den Gleitkommawert mit doppelter Genauigkeit für TDBXValue-Instanzen mit einem Datentyp von DoubleType. Löst eine TDBXError-Exception aus, wenn IsNull true ist.