ByteReader.peekFloat32Le

bool peekFloat32Le(out float val)

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

Parameters

valPointer to a #gfloat to store the result

Returns

true if successful, false otherwise.