Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Function Declaration
-
Function Round(Number As Variant, Optional NumDigitsAfterDecimal As Long) As Variant
|
Parameter |
Description |
|---|---|
|
Number |
Variant containing the numeric expression being rounded. |
|
NumDigitsAfterDecimal |
Long indicating how many places to the right of the decimal are included in the rounding. If omitted, integers are returned by the Round function. |
Runtime Semantics.
§ Returns a number rounded to a specified number of decimal places.