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