Ceiling

From InterBase

Go Up to The InterBase UDF Library


ceiling

Returns a double value representing the smallest integer that is greater than or equal to the input value.

DECLARE EXTERNAL FUNCTION CEILING
DOUBLE PRECISION
RETURNS DOUBLE PRECISION BY VALUE
ENTRY_POINT 'IB_UDF_ceiling' MODULE_NAME 'ib_udf';

Advance To

cos