Round (Reserved Word)

image\trumpet2.gif Disclaimer

Returns Num rounded to Prec decimal places.

Round(Num, Prec)

Num is a numeric expression to be used in the calculation and Prec is a numeric expression representing the number of decimal places to keep.

Examples

Round(142.3215, 2) returns a value of 142.32.

Round(9.5687, 3) returns a value of of 9.569.