System.JSON.TJSONNumber.GetAsDouble

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetAsDouble: Double;

C++

double __fastcall GetAsDouble();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNumber

Beschreibung

Gibt die Doppelrepräsentation der Nummer zurück.

GetAsDouble gibt die Doppelrepräsentation der Nummer zurück.

Siehe auch