1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_streams_readfloat:
- =========
- ReadFloat
- =========
- ReadFloat -
- Description
- ===========
- .. code-block:: blitzmax
- ReadFloat#( stream:TStream )
- Read a Float from a stream
- #ReadFloat reads 4 bytes from @stream.
- A TStreamReadException is thrown If there is not enough data available.
- Parameters
- ==========
- Return Values
- =============
- A Float value
- Examples
- ========
- See Also
- ========
|