ByteReader.getFloat32Le

bool getFloat32Le(out float val)

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

Parameters

valPointer to a #gfloat to store the result

Returns

true if successful, false otherwise.