Data.DBXCommon.TDBXValue.AsDouble

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsDouble: Double read GetAsDouble;

C++

__property double AsDouble = {read=GetAsDouble};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Beschreibung

Double-Repräsentation des Wertes.

GetAsDouble gibt eine double-Repräsentation des Wertes zurück. Bei Bedarf wird eine Typumwandlung durchgeführt. Wenn es für diesen Typ keine AsDoubleconversion gibt, wird eine Exception ausgelöst.

Siehe auch