ROUND |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > ROUND
|
|
Purpose |
ROUND rounds a number to a specified number of decimal places. |
Syntax |
variable = ROUND (operand1, operand2) |
Operation |
operand1 is the number to be rounded. It can be any valid numeric constant, variable, or expression. |
Example |
Assume #A = 4.041592, #B = 2, #C = 4, and #D = 0. |
Topic ID: 520107