Table of Contents

Field SingleBit_2PowNegative32

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

SingleBit - pow(2, -32) = 1.0/pow(2, 32) = 1.0/4294967296 = 2.3283064365386963E-10. BitConverter.SingleToInt32Bits((float)Math.Pow(2, -32)).ToString("X8") = "2F800000".

public const int SingleBit_2PowNegative32 = 796917760

Returns

int
SingleBit - pow(2, -32) = 1.0/pow(2, 32) = 1.0/4294967296 = 2.3283064365386963E-10. BitConverter.SingleToInt32Bits((float)Math.Pow(2, -32)).ToString("X8") = "2F800000".