pub fn f64_to_i64_saturating_round(value: f64) -> i64
Rounds an f64 to the nearest integer and saturates it to i64.
f64
i64