Table of Contents

Floor (Function)

Format

floor ( numeric_expression )

returns integer_expression

Description

Returns the greatest integer that is less than or equal to expression

Valueint()ceil()floor()
-4.56-4-4-5
-0.5600-1
0.56010
5.56565

See Also

2016/01/01 22:42