ByteReader.getFloat32Le

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

class ByteReader
bool
getFloat32Le
(
out float val
)

Parameters

val float

Pointer to a gfloat to store the result

Return Value

Type: bool

TRUE if successful, FALSE otherwise.