Related Topics: | ||
Description: Rounds a number to a specified number of digits.
Syntax: ROUND(Number, Num_Digits)
Number is the number you want to round.
Num_Digits specifies the number of digits to which you want to round Number.
Remarks:
If Num_Digits is greater than 0 (zero), then Number is rounded to the specified number of decimal places.
Example:
ROUND(2.15, 1) = 2.2 [rounds 2.15 to one decimal place]
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.