pub unsafe extern "C" fn FLEncoder_WriteFloat(
arg1: FLEncoder,
arg2: f32,
) -> boolExpand description
Writes a 32-bit floating point number to an encoder. @note As an implementation detail, if the number has no fractional part and can be represented exactly as an integer, it’ll be encoded as an integer to save space. This is transparent to the reader, since if it requests the value as a float it’ll be returned as floating-point.