Round decimals down
Rounds a decimal down to the nearest number
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Number to round | The decimal number to round down | NUMBER | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
result | The name of the variable to store the result in. | NUMBER | RESULT |