floor |
Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Mathematical and trigonometrical functions -> floor |
Show all Hide all |
The function floor (num) returns the next smaller whole-numbered value. Negative values are rounded in direction to 0.
Syntax:=floor(num)
Example |
=floor(2.2) is 2 =floor(-2,2) is -2 |