WorksheetFunction.Round Method (Excel)
Rounds a number to a specified number of digits.
Syntax
식 .Round(Arg1, Arg2)
식 A variable that represents a WorksheetFunction object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Arg1 |
필수 |
Double |
Number - the number you want to round. |
Arg2 |
필수 |
Double |
Num_digits - specifies the number of digits to which you want to round number. |
Return Value
Double
Remarks
If num_digits is greater than 0 (zero), then number is rounded to the specified number of decimal places.
If num_digits is 0, then number is rounded to the nearest integer.
If num_digits is less than 0, then number is rounded to the left of the decimal point.