Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: Javaで16進文字列を浮動小数点数に変換する方法は?
javaで16進数値を同等のfloat値に変換したい。
Ex.What is the output of 000C (hexa value) ?
前もって感謝します..
16 進数を整数として読み取り、 を使用しますintBitsToFloat。
intBitsToFloat