Ceiling()
Rounds a number upward to its nearest integer
Returns the smallest integer value greater than or equal to the specified number.
Syntax
Ceiling(double numericExpression)
Example
Ceiling("oil production rate" in "m3/h")
Returns the smallest integer value greater than or equal to the specified number.
Syntax
Ceiling(double numericDepthExpression)
Example
Ceiling("oil production rate" in "m3/h")
See also Floor() - Rounds a number downward to its nearest integer