[Function in script] Round
Posted: 17 Dec 2013 20:45
Please add round function in action Script.
It should be working like standard round function with two parameters:
round(x,precision) - rounds a number with demand precision after coma.
For example:
round(2.234567, 2) = 2.23
It should be working like standard round function with two parameters:
round(x,precision) - rounds a number with demand precision after coma.
For example:
round(2.234567, 2) = 2.23