System.JSON.TJSONNumber.AsDouble

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsDouble: Double read GetAsDouble;

C++

__property double AsDouble = {read=GetAsDouble};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNumber

Description

Specifies the double representation of the number.

The AsDouble property specifies the double representation of the number.

See Also