Does anybody know if there are any? I would be interested in a .net floating point type with the range of a double (or greater) combined with the precision of a decimal (or greater). Are there any planned? Anybody interested in speculating as to the usefulness or practicality of a new high-precision, high-range floating point type on x64?
有人知道是否有?我会对.net浮点类型感兴趣,其范围为double(或更大)与小数(或更大)的精度相结合。有没有计划好的?有兴趣推测x64上新型高精度,高范围浮点型的实用性和实用性吗?
1 个解决方案
#1
x64 still has the same core .NET libraries as x86 (although there may be some internal changes, especially in the CLI itself). So no: x64 doesn't get anything extra.
x64仍然具有与x86相同的核心.NET库(尽管可能存在一些内部更改,尤其是在CLI本身中)。所以没有:x64没有得到任何额外的东西。
There is BigInteger
in 4.0, though.
但是,4.0中有BigInteger。
#1
x64 still has the same core .NET libraries as x86 (although there may be some internal changes, especially in the CLI itself). So no: x64 doesn't get anything extra.
x64仍然具有与x86相同的核心.NET库(尽管可能存在一些内部更改,尤其是在CLI本身中)。所以没有:x64没有得到任何额外的东西。
There is BigInteger
in 4.0, though.
但是,4.0中有BigInteger。