Data.DBXCommon.TDBXValue.GetDouble

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Siehe auch