Field DoubleVal_2Pow84_2Pow63_2Pow52
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
DoubleVal - (double)pow(2, 84) + pow(2, 63) + pow(2, 52)
. BitConverter.Int64BitsToDouble(0x45300000_80100000) = 1.9342822337206104E+25
, BitConverter.DoubleToInt64Bits(1.9342822341709703E+25).ToString("X16") = "4530000080100000"
.
public const double DoubleVal_2Pow84_2Pow63_2Pow52 = 1.9342822341709703E+25
Returns
- double
- DoubleVal - (double)pow(2, 84) + pow(2, 63) + pow(2, 52). BitConverter.Int64BitsToDouble(0x45300000_80100000) = 1.9342822337206104E+25, BitConverter.DoubleToInt64Bits(1.9342822341709703E+25).ToString("X16") = "4530000080100000".