Write a double-precision floating point value to the stream.
Source position: streamex.pp line 343
procedure TStreamHelper.WriteDouble( |
d: Double |
); |
d |
|
Value to write to the stream. |
WriteDouble writes the double-precision floating point value D to the stream. No endianness corrections are performed.
If not all bytes can be written, an EWriteError exception is raised.
|
Read a double-precision floating point value from the stream. |
|
|
Write a single-precision floating point value to the stream. |