Round to decimal point


value= int((number)*100)/100;

//Usage

value= int((31.987654)*100)/100;

trace(value)

No comments yet.

Leave a Reply