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 的Double.longBitsToDouble方法等效的 C#。我有一个存储在 ulong 中的双精度值,我希望将这些位转换为表示双精度值。有没有一种简单的方法可以在 C# 中做到这一点?
给你:http: //msdn.microsoft.com/en-us/library/system.bitconverter.aspx
你可能想看看
BitConverter.ToDouble()