Function File.storeDouble
Stores a floating-point number as 64 bits in the file.
void storeDouble
(
const(double) value
) nothrow @nogc;
Stores a floating-point number as 64 bits in the file.
void storeDouble
(
const(double) value
) nothrow @nogc;