Previous PageNext Page

8.4.62 Round Function

Returns a number rounded to a specified number of decimal places.
 

Syntax

Round(expression[, numdecimalplaces])

Arguments

expression
A numeric expression being rounded. Required.
numdecimalplaces
A number indicating how many places to the right of the decimal are included in the rounding. If omitted, integers are returned by the Round function. Optional.

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page