[Overview][Constants][Classes][Index] |
Read a single-precision floating point value from the stream
Source position: streamex.pp line 196
function TStreamHelper.ReadSingle: Single; |
The single-precision floating point type.
ReadSingle reads a single-precision floating point value from the stream and returns the value. No endianness corrections are performed.
If the end of stream is reached before all necessary bytes can be read, an EReadError exception is raised.
|
Read a double-precision floating point value from the stream |
|
|
Write a single-precision floating point value to the stream |