Rounds a number to the nearest integer.
For different options, also see: Round Up, Round Down, and Round Decimal Places.
Input Fields
- number: The number you wish to round.
Output Fields
- rounded: The rounded value.
Examples
- If number is
10.4
then rounded is10
- If number is
10.5
then rounded is11