Return to Snippet

Revision: 13542
at April 27, 2009 12:26 by chrisaiv


Initial Code
var num:Number = 12.3456;
trace(num.toFixed(2));// => 12.34

Initial URL
http://flash.sikotiko.com/2009/04/23/as3-number-methods/

Initial Description
know how to show a number with a fixed number of digits after the decimal point.

Initial Title
As3: Show a number wiht a fixed number of digits after the decimal point

Initial Tags


Initial Language
ActionScript 3