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