FLOOR#

Functionality:#

This Oracle function will return number rounded down to the next integer.

Parameters: #

NUMBER The original number

Returns: #

Number

Errors: #

None

Example:#

floor(~) will return 3 if the value is greater than 3 (3.00 or 3.95) but less than 4.


Notes #

Click to create a new notes page