pub fn f64_to_i32_saturating_ceil(value: f64) -> i32
Rounds an f64 upward and saturates it to i32.
f64
i32