Quick Search:
 
 The Oracle FLOOR Function      [Return To Index] Jump to:  

Term: FLOOR

Definition:
The FLOOR function rounds a number down to the next higher integer. If number is already rounded, it simply returns the number unchanged.

Example Syntax:

FLOOR(number)


Example Usage:

FLOOR(556.873) - returns "556"

FLOOR(43.9) - returns "43"

FLOOR(-27.8) - returns "-28"


Related Links:

Related Code Snippets:
  • Floor - Returns the largest integer not greater than argument.
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org