System.JSON.TJSONNumber.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
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNumber

Beschreibung

Legt die Doppelrepräsentation der Nummer fest.

Die Eigenschaft AsDouble legt die Doppelrepräsentation der Nummer fest.

Siehe auch