标签: java pointers floating-point binary integer
我认为使用指针在C中并不难。但是,如何在java中做到这一点? EG浮点数表示为101001,你想要101001表示的整数(显然缩短了,因为它们真的是32位)?好奇。
答案 0 :(得分:1)
我想你想要Float.floatToIntBits()。