ByteReader.peekFloat32Le

Read a 32 bit little endian floating point value into @val but keep the current position.

class ByteReader
bool
peekFloat32Le
(
out float val
)

Parameters

val float

Pointer to a #gfloat to store the result

Return Value

Type: bool

%TRUE if successful, %FALSE otherwise.

Meta