Skip to main content

iceil

Function iceil 

Source
pub fn iceil(v: f64) -> i32
Expand description

Ceiling of a double as a signed integer. Matches C++ AGG’s iceil.