Round Y to nearest multiple of X.
round 5.2 6.5 7.8
.1 round .52 .65 .78
.1 0 .1 round 7.79 7.25 7.14
round CURBAL
.125 round RATE
1000 round ORIGBAL
(DecimalPlace) round NumField
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
DecimalPlace | Numeric | Field, Constant | Rounding multiple 0=do not round | Yes | 1 |
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
NumField | Numeric | Field, Constant | Any numeric field | No |
Type: Numeric
Rounded value.