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