System.JSON.Readers.TJsonReader.ReadAsDoubleInternal

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

Delphi

function ReadAsDoubleInternal: Double;

C++

double __fastcall ReadAsDoubleInternal();

プロパティ

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


説明

ReadAsDouble に対する実装を提供します。

ReadAsDoubleInternal は、JSON トークンを Double 値として読み込むReadAsDouble 関数の実装を提供します。

ReadAsDoubleInternal は、Double 値を返します。

関連項目