round
Theround function returns a number that is the nearest integer to the given number.
In this article
Syntax
round( decimal )
Parameters
decimalThe decimal number to be rounded.
Return value
The nearest integer less than, greater than, or equal todecimal.
Description
- -0.5 rounds to negative zero. 0.4 rounds to positive zero.
Specifications
Gecko support
Supported.