func_streams_writefloat.rst 403 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_streams_writefloat:
  2. ==========
  3. WriteFloat
  4. ==========
  5. WriteFloat -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. WriteFloat( stream:TStream,n# )
  10. Write a Float to a stream
  11. #WriteFloat writes 4 bytes to @stream.
  12. A TStreamWriteException is thrown if not all bytes could be written
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========