Skip to main content

uround

Function uround 

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

Round a double to the nearest unsigned integer (round half up). Matches C++ AGG’s uround.