ceiling

<< bin_xor | FB 2.5 Language Reference | cos >>
<< bin_xor | FB 2.1 Language Reference | cos >>

ceiling

Library: ib_udf

Added in: IB

Better alternative: Internal function CEIL() / CEILING()

Description

Returns the smallest whole number that is greater than or equal to the argument.

Result type: DOUBLE PRECISION

Syntax

 ceiling (number)

Declaration

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

back to top of page
<< bin_xor | FB 2.5 Language Reference | cos >>
<< bin_xor | FB 2.1 Language Reference | cos >>