Round
Round a number to the nearest integer.
You can also use Round Up, Round Down, and Round Decimal Places.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
| number | Number whose value is rounded to the nearest integer. | Number | TRUE |
Output
| Field | Definition | Type |
|---|---|---|
| rounded | Returned rounded value. | Number |
Example
For a number input of 10.4, the rounded output is 10.
For a number input of 10.5, the rounded output is 11.
