可能重复:
extracting mantissa and exponent from double in c#
如何将浮点数中的分数和指数分开?
在C++中,我能够使用"union",但是C#中不允许联合。
union {fix lc; long double cv;} ldblun;发布于 2011-09-26 11:21:30
BitConverter.DoubleToInt64Bits()
那就换班戴上面具。
https://stackoverflow.com/questions/7554242
复制相似问题