Search found 2 matches

by kyczan
18 Dec 2013 19:24
Forum: Feature Requests
Topic: [Function in script] Round
Replies: 2
Views: 8407

Re: [Function in script] Round

ok, thanks.
by kyczan
17 Dec 2013 20:45
Forum: Feature Requests
Topic: [Function in script] Round
Replies: 2
Views: 8407

[Function in script] Round

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