メインメニューを開く

RAD Studio API Documentation β

System.JSON.TJSONNumber.GetAsDouble

Delphi

function GetAsDouble: Double;

C++

double __fastcall GetAsDouble(void);

プロパティ

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

説明

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

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

関連項目