The OpenD Programming Language

IOCallbacks.write_double_LE

Write a Little Endian 64-bit double to stream and advance cursor.

struct IOCallbacks
nothrow @nogc
bool
write_double_LE
(
void* userData
,
float value
)

Return Value

Type: bool

true on success, else stream is invalid.

Meta