System.Classes.TBinaryReader.ReadDouble

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadDouble: Double; virtual;

C++

virtual double __fastcall ReadDouble();

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TBinaryReader

Description

Reads a double value from the stream. ReadDouble reads a Double value from the underlying stream, advances into the stream, and returns it.


See Also

Code Examples