Field SingleBit_2Pow31
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
SingleBit - (float)0x80000000U = pow(2, 31) = 2147483648
. Binary is 0x4F000000
.
public const int SingleBit_2Pow31 = 1325400064
Returns
- int
- SingleBit - (float)0x80000000U = pow(2, 31) = 2147483648. Binary is 0x4F000000.