ByteReader.peekFloat32Le
bool peekFloat32Le(out float val)Read a 32 bit little endian floating point value into val but keep the current position.
Parameters
val | Pointer to a #gfloat to store the result |
Returns
true if successful, false otherwise.