ROUND function
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Rounds a decimal expression to a specified number of places after the decimal point.
Syntax
|
- expression
- A decimal expression.
- precision
- A non-negative integer expression whose value is the number of places you want in the decimal result of the ROUND function.
Example
This
procedure increases all CreditLimit values by 10
percent, rounding those values to the nearest $100:
r-round.p
|