我知道十进制数是用浮点格式表示的。每个浮点数表示为m2^e,其中m是尾数,e是指数。
但我找不到0.0f representation.Please提供获得0.0f内存表示的步骤。
https://stackoverflow.com/questions/41256470
相似问题