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 中的浮点数?
我想在java中将十六进制值转换为等效的浮点值。
Ex.What is the output of 000C (hexa value) ?
提前致谢..
将十六进制读取为整数并使用intBitsToFloat.
intBitsToFloat