ExamplesFLOOR(3.14) : 3FLOOR(-3.14) : -4FLOOR(5) : 5SyntaxFLOOR( x )Argumentsx (any numeric type)Return ValueNumber: The nearest integer less than or equal to x.See AlsoABS(), CEILING(), ROUND()