fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. float s = 1.15f;
  8. double d = System.Convert.ToDouble(s);
  9. Console.WriteLine(s);
  10. Console.WriteLine(d);
  11. }
  12. }
Success #stdin #stdout 0.03s 33936KB
stdin
Standard input is empty
stdout
1.15
1.14999997615814