floor
Rounds down to the nearest integer (toward negative infinity).
Examples
floor(2.9)→2floor(-2.1)→-3
Fully qualified path: cairo_fp::f128::math::ops::floor
fn floor(a: Fixed) -> Fixed
Press ← or → to navigate between chapters
Press ? to show this help
Press Esc to hide this help