round( param, places )
Parameters
| Type | Description | |
| param | numeric | value to round |
| places | numeric | number of decimal places |
_result
Set to a numeric value that is param rounded to places decimal positions
Descriptions
Sets _result to the value of param rounded to the number of decimal places specified by places. The places parameter must be an integral number from 0 to 38 inclusive. Since round is a command it can not be used in an expression and must appear on a line by itself. After calling round, the _result variable may be used in an expression.
See Also