Click here to show toolbars of the Web Online Help System: show toolbars |
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)
|