CEILING Function

Modified on 2011/07/22 07:10 by Chad Lowe (CTS) — Categorized as: Uncategorized

CEILING( <value> )

Computes the nearest larger integer to the value.

Function Parameters
ParameterDescription
<value>The value to compute.

Examples:

CEILING(5.8)
Evaluates to 6

CEILING(-5.8)
Evaluates to -5



Back to the Scripting Function Reference