The OpenD Programming Language

IOCallbacks.read_float_LE

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

struct IOCallbacks
nothrow @nogc
float
read_float_LE
(
void* userData
,
bool* err
)

Meta