meta data for this page
  •  

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'