Skip to main content

f64_to_u64_saturating_ceil

Function f64_to_u64_saturating_ceil 

Source
pub fn f64_to_u64_saturating_ceil(value: f64) -> u64
Expand description

Rounds an f64 upward and saturates it to u64.