Field IntDbl_DoubleBias62
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
IntDbl - (long)ScalarConstants.Double_ExponentBias + 63-1 = 1023 + 62 = 1085 = 0x43D
. BitConverter.Int64BitsToDouble(1085) = 5.36061225737753E-321
, BitConverter.DoubleToInt64Bits(5.36061225737753E-321).ToString("X") = "43D"
.
public const double IntDbl_DoubleBias62 = 5.36E-321
Returns
- double
- IntDbl - (long)ScalarConstants.Double_ExponentBias + 63-1 = 1023 + 62 = 1085 = 0x43D. BitConverter.Int64BitsToDouble(1085) = 5.36061225737753E-321, BitConverter.DoubleToInt64Bits(5.36061225737753E-321).ToString("X") = "43D".