Skip to main content

ifloor

Function ifloor 

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

Floor a double to the nearest integer toward negative infinity. Matches C++ AGG’s ifloor.