System.JSON.Readers.TJsonReader.ReadAsDoubleInternal

From RAD Studio API Documentation
Revision as of 11:15, 26 October 2015 by Mariac (talk | contribs) (66774)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function ReadAsDoubleInternal: Double;

C++

double __fastcall ReadAsDoubleInternal(void);

Properties

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

Description

Provides the implementation for ReadAsDouble.

ReadAsDoubleInternal provides the implementation for the ReadAsDouble function to read a JSON token as a Double value.

ReadAsDoubleInternal returns a Double value.

See Also