Floor
From InterBase
Go Up to The InterBase UDF Library
floor
Returns a floating-point value representing the largest integer that is less than or equal to <x>.
DECLARE EXTERNAL FUNCTION FLOOR DOUBLE PRECISION RETURNS DOUBLE PRECISION BY VALUE ENTRY_POINT 'IB_UDF_floor' MODULE_NAME 'ib_udf';