Specifies the number to round.
| 1. |
The following example returns 2.
ROUND(2.4)
|
| 2. |
The following example returns 3.
ROUND(2.5)
|
| 3. |
The following example returns 3.
ROUND(2.6)
|
| 4. |
The following example returns -2.
ROUND(-2.4)
|
| 5. |
The following example returns -3.
ROUND(-2.5)
|
| 6. |
The following example returns -3.
ROUND(-2.6)
|