ceil
Syntax: ceil(real1)
Argument:
- real1 is a real number.
Return Type: Integer
Description: This function converts a real number to the closest greater or equal integer.
Example:
if ceil(initialNumber) > AcctUDVtransactionCount
then
In this example, if initialNumber=89.75, the resulting integer is 90.