$round
$round
will round to the next whole number.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
number | number | Number to round. | true |
Example(s)
This will return 555
as it’s the next number to 555.78
:
$round
will round to the next whole number.
Field | Type | Description | Required |
---|---|---|---|
number | number | Number to round. | true |
This will return 555
as it’s the next number to 555.78
: