CAS 6


round
- Arithmetic

Summary

Round Y to nearest multiple of X.

Examples

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 

Syntax

(DecimalPlace) round NumField

Left Arguments

Name Data Type Input Type Description Optional Default
DecimalPlace Numeric Field, Constant Rounding multiple 0=do not round Yes 1

Right Arguments

Name Data Type Input Type Description Optional Default
NumField Numeric Field, Constant Any numeric field No

Result

Type: Numeric

Rounded value.



Build 6.0.624