pub unsafe extern "C" fn FLEncoder_WriteDouble(
arg1: FLEncoder,
arg2: f64,
) -> boolExpand description
Writes a 64-bit floating point number to an encoder. @note As an implementation detail, the number may be encoded as a 32-bit float or even as an integer, if this can be done without losing precision. For example, 123.0 will be written as an integer, and 123.75 as a float.)