/
round
round
Description
Rounds a number to a specified number of digits.
Parameters
Return Type
Number
Example
number a = round(2.36547, 2);
print("a= " + a);
Prints: a= 2.37;
See also
, multiple selections available,
Related content
Hiding and Showing Custom Fields That Are Not Supported
Hiding and Showing Custom Fields That Are Not Supported
Read with this
round
More like this
Validating Custom Fields
Validating Custom Fields
Read with this
trunc
More like this
trunc
More like this
round
More like this