pub fn to_i64(v: f64, mode: Rounding) -> Outcome<i64>
Convert a float to a 64-bit integer under mode.
mode