0
私はHEX FLOAT IEEE 754データを得ました。例 "0x0017A8A6"、C#で10進数 "1550502"に変換する方法を教えてください。C#IEEE754から十進数
私は http://www.h-schmidt.net/FloatConverter/IEEE754.html http://www.binaryconvert.com/convert_signed_int.html?hexadecimal=0017A8A6
感謝を2つのワーキングオンラインコンバータを得たが、10進値を取得カント、唯一の "2.172716E-39"。
小数点と浮動小数点は異なる - どちらをお探しですか? 1550502は、その16進数のBase-10 _integer_表現であり、両方とも異なっています。 –
[C#でfloatのIEEE 754バイナリ表現を取得する方法](http://stackoverflow.com/questions/4249414/how-to-get-the-ieee-754-binary-representation-of- a-float-in-c-sharp) –