float point value literal : Float Point Number : Data Type C# Examples


C# Examples » Data Type » Float Point Number »

 

float point value literal









    
using  System;

class  MainClass
{
    static  void  Main(string[]  args)
    {
        float  MyFloat  =  3.281f;
        double  MyDouble  =  5E-02;
    }
}
    
   
  
   




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Data Type
» Float Point Number