ROUND
| Specification | Value |
|---|---|
| Description | Rounds mathematically with specified precision. |
| Parameter 1 Name | Number |
| Parameter 1 Type | double or decimal |
| Parameter 2 Name | DecimalPlaces (optional) |
| Parameter 2 Type | int (optional) // if not set, it's considered 0 |
| Parameter 3 Name | - |
| Parameter 3 Type | - |
| Return value | A number rounded up to the digit, specified in DecimalPlaces. |