func_streams_readfloat.rst 405 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_streams_readfloat:
  2. =========
  3. ReadFloat
  4. =========
  5. ReadFloat -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ReadFloat#( stream:TStream )
  10. Read a Float from a stream
  11. #ReadFloat reads 4 bytes from @stream.
  12. A TStreamReadException is thrown If there is not enough data available.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. A Float value
  18. Examples
  19. ========
  20. See Also
  21. ========