The OpenD Programming Language

IOCallbacks.read_double_LE

Read one Little Endian 64-bit float from stream and advance the stream cursor. On error, return double.nan and an error, stream is then considered invalid.

struct IOCallbacks
nothrow @nogc
double
read_double_LE
(
void* userData
,
bool* err
)

Meta