标签: java floating-point hex
可能重复: How to convert hex string to float in Java?
我想在java中将十六进制值转换为等效的浮点值。
Ex.What is the output of 000C (hexa value) ?
提前致谢..
答案 0 :(得分:0)
将整数读取为整数并使用intBitsToFloat。
intBitsToFloat