Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → floor
Firebird Home Firebird Home Prev: dpowerFirebird Documentation IndexUp: External functions (UDFs)Next: getExactTimestamp

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'
Prev: dpowerFirebird Documentation IndexUp: External functions (UDFs)Next: getExactTimestamp
Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → floor