ByteWriter.putFloat32Be
bool putFloat32Be(float val)Writes a big endian 32 bit float to writer.
Parameters
val | Value to write |
Returns
true if the value could be written
bool putFloat32Be(float val)Writes a big endian 32 bit float to writer.
val | Value to write |