Sunday, April 29, 2018

Round Function

Round Function

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

Syntax

Round( expression [, numdecimalplaces ] )

The Round function syntax has these arguments:

Argument

Description

expression

Required. Numeric expression being rounded.

numdecimalplaces

Optional. Number indicating how many places to the right of the decimal are included in the rounding. If omitted, the function rounds to the nearest whole number.


No comments:

Post a Comment