Field SingleVal_2Pow31
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
SingleVal - (float)0x80000000U = pow(2, 31) = 2147483648
. Binary is 0x4F000000
.
public const float SingleVal_2Pow31 = 2.1474836E+09
Returns
- float
- SingleVal - (float)0x80000000U = pow(2, 31) = 2147483648. Binary is 0x4F000000.