System.Classes.TBinaryReader.ReadDouble
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.