You can also use exponential notation to declare numbers. : Int : Data Type Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Data Type » Int »

 

You can also use exponential notation to declare numbers.


 

package{
  import flash.display.Sprite;
  
  public class Main extends Sprite{
    public function Main(){
         2.007e3// 2007
         1414e-3// 1.414
         1.9e+17// 190,000,000,000,000,000
    }
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Data Type
» Int