The exponent bias of a
Single, i.e. value to subtract from the stored exponent to get the real exponent (
127).
Namespace:
C
Assembly:
C.math (in C.math.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic const int FLT_EXP_BIAS = 127
Public Const FLT_EXP_BIAS As Integer = 127
public:
literal int FLT_EXP_BIAS = 127
static val mutable FLT_EXP_BIAS: int
Field Value
Type:
Int32
See Also