floor()

Returns the floor as an real number

Syntax
floor(x)

Name Description Range Type Required
x integer or real number (-∞, ∞) integer, real yes

Examples

floorV = floor(1.8)
returns 1.0
floorV = floor(-1.8)
returns -2.0

See Also

ceil()

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources