CEIL
returns the smallest following integer.
Syntax
CEIL (x)
Parameter
x
: If x
is an integer, the return value is x
. If x
is a decimal, the return value is the smallest integer following x
. Negative values of x
are rounded up.
CEIL (2) = 2
CEIL (2,34) = 3
CEIL (-1,95) = -1
Remarks
Usable since script version 1.1 (Allplan 2012-1).
(C) ALLPLAN GmbH |
Privacy policy |