Math.round
Description
Round the value to the nearest integer based on the mode.
Input / Parameter
Name
Description
Input Type
Default
Options
Required
value
The value to be rounded.
Number
-
-
Yes
mode
The mode to be followed in rounding the value.
Text
Half_Up
Ceiling, Down, Floor, Half_Down, Half_Even, Half_Up, Up
No
Output
Description
Output Type
The rounded value based on the mode selected.
Number
Callback
N/A
Video
Coming Soon.
Example
Coming Soon.
Steps
Coming Soon.
Result
Coming Soon.
Links
Last updated