ByteReader.getFloat32Be

Read a 32 bit big endian floating point value into val and update the current position.

class ByteReader
bool
getFloat32Be
(
out float val
)

Parameters

val float

Pointer to a gfloat to store the result

Return Value

Type: bool

TRUE if successful, FALSE otherwise.