XFA Specification
Chapter 23, FormCalc Specification
Arithmetic Built-in Functions
834
Ceil()
This function returns the whole number greater than or equal to a given number.
Syntax
Ceil(n1)
Parameters
n1
is the number to evaluate.
Returns
The ceiling or null if its parameter is null.
Examples
Ceil(1.9)
returns 2.
Ceil(-1.9)
returns -1.
Ceil(A)
is 100 if the value A is 99.999
Home Index Bookmark Pages
Pages: Home Index All Pages