Designing and Implementing Business Process Models 10.5 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of Math Functions | double ceil(double val)
 
double ceil(double val)
Returns the smallest integer that is greater than or equal to the specified double value.
Input Parameters
val
Integer The value whose ceiling is to be returned.
Return Value
Integer The smallest (closest to negative infinity) floating-point value that is greater than or equal to the argument and is equal to a mathematical integer.

Copyright © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.