日期:2014-05-18 浏览次数:21250 次
byte[] bb = new byte[4]{0x40,0x49,0xEB,0x31};                     
float ff = BitConverter.ToSingle(bb, 0);
byte[] bb = new byte[4] { 0x40, 0x49, 0xEB, 0x31 };
            Array.Reverse(bb);
            float ff = BitConverter.ToSingle(bb, 0);