floor(x)
Features
This function returns the largest integer value of integers equal to or smaller than x. It rounds down to the nearest one.
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 |