Firebird Documentation Index → Firebird 2.1 Language Ref. Update → External functions (UDFs) → floor |
Library: ib_udf
Added in: IB
Better alternative: Internal function FLOOR()
Description: Returns the largest whole number that is smaller than or equal to the argument.
Result type: DOUBLE PRECISION
Syntax:
floor (number
)
Declaration:
DECLARE EXTERNAL FUNCTION floor DOUBLE PRECISION RETURNS DOUBLE PRECISION BY VALUE ENTRY_POINT 'IB_UDF_floor' MODULE_NAME 'ib_udf'
Firebird Documentation Index → Firebird 2.1 Language Ref. Update → External functions (UDFs) → floor |