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