System.JSON.TJSONNumber.GetAsDouble

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetAsDouble: Double;

C++

double __fastcall GetAsDouble(void);

プロパティ

種類 可視性 ソース ユニット
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNumber

説明

数値の double 表現を返します。

GetAsDouble は、数値の double 表現を返します。

関連項目