Skip to main content

uceil

Function uceil 

Source
pub fn uceil(v: f64) -> u32
Expand description

Ceiling of a double as an unsigned integer. Matches C++ AGG’s uceil.