ceil(x)
Features
This function returns the smallest integer value of integers equal to or larger than x. It truncates up to the integer.
Parameters
Parameter Name | Data Type | Default Value | Description |
---|---|---|---|
x | float | - | - |
Return
Value | Description |
---|---|
rounded integer | - |
Exception
Exception | Description |
---|---|
DR_Error (DR_ERROR_TYPE) | Parameter data type error occurred |