감사합니다
float a=1.0;
byte[] b= System.BitConverter.GetBytes(a);
float c = BitConverter.ToSingle(b, 0);