6.1.2.10.1.7 Round
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.