System.Classes.TBinaryReader.ReadSingle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadSingle: Single; virtual;

C++

virtual float __fastcall ReadSingle();

Properties

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

Description

Reads a single precision floating-point value from the stream. ReadSingle reads a Single value from the underlying stream, advances into the stream, and returns it.

See Also