ByteReader.peekFloat64Be

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

class ByteReader
bool
peekFloat64Be
(
out double val
)

Parameters

val double

Pointer to a #gdouble to store the result

Return Value

Type: bool

%TRUE if successful, %FALSE otherwise.

Meta