ByteWriter.putFloat32Be

Writes a big endian 32 bit float to @writer.

class ByteWriter
bool
putFloat32Be
(
float val
)

Parameters

val float

Value to write

Return Value

Type: bool

%TRUE if the value could be written

Meta