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