Field DoubleVal_2Pow84_2Pow63
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
DoubleVal - (double)pow(2, 84) + pow(2, 63).
BitConverter.Int64BitsToDouble(0x45300000_80000000) = 1.9342822337206104E+25,
BitConverter.DoubleToInt64Bits(1.9342822337206104E+25).ToString("X16") = "4530000080000000"`.
public const double DoubleVal_2Pow84_2Pow63 = 1.9342822337206104E+25
Returns
- double
- DoubleVal - (double)pow(2, 84) + pow(2, 63). BitConverter.Int64BitsToDouble(0x45300000_80000000) = 1.9342822337206104E+25, BitConverter.DoubleToInt64Bits(1.9342822337206104E+25).ToString("X16") = "4530000080000000"`.