Field DoubleVal_2Pow84_2Pow52
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
DoubleVal - (double)pow(2, 84) + pow(2, 52).
BitConverter.Int64BitsToDouble(0x45300000_00100000) = 1.9342813118337666E+25,
BitConverter.DoubleToInt64Bits(1.9342813118337666E+25).ToString("X16") = "4530000000100000"`.
public const double DoubleVal_2Pow84_2Pow52 = 1.9342813118337666E+25
Returns
- double
- DoubleVal - (double)pow(2, 84) + pow(2, 52). BitConverter.Int64BitsToDouble(0x45300000_00100000) = 1.9342813118337666E+25, BitConverter.DoubleToInt64Bits(1.9342813118337666E+25).ToString("X16") = "4530000000100000"`.