pub fn uround(v: f64) -> u32
Round a double to the nearest unsigned integer (round half up). Matches C++ AGG’s uround.
uround