ByteReader.peekFloat64Le

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

class ByteReader
bool
peekFloat64Le
(
out double val
)

Parameters

val double

Pointer to a gdouble to store the result

Return Value

Type: bool

TRUE if successful, FALSE otherwise.