fork(2) download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. var data = new byte[] { 0x91, 0x2a, 0xb4,0x41 };
  8. var coord = BitConverter.ToSingle(data, 0);
  9.  
  10. Console.WriteLine(coord);
  11. }
  12. }
Success #stdin #stdout 0.03s 24096KB
stdin
Standard input is empty
stdout
22.52078