System.JSON.TJSONNumber.GetAsDouble

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsDouble: Double;

C++

double __fastcall GetAsDouble();

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNumber

Description

Returns the double representation of the number.

GetAsDouble returns the double representation of the number.

See Also