ByteReader.getFloat64Le

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

class ByteReader
bool
getFloat64Le
(
out double val
)

Parameters

val double

Pointer to a gdouble to store the result

Return Value

Type: bool

TRUE if successful, FALSE otherwise.