[TD_SYSFNLIB.] FLOOR (arg)
Syntax Elements
- TD_SYSFNLIB.
- Name of the database where the function is located.
- arg
- A numeric argument.
IF arg is... THEN FLOOR returns... a non-exact number the next largest integer that is equal to or less than arg. an exact number the input argument arg. NULL NULL.