Bit-mask used for extracting the exponent bits of a
Single (
0x7f800000).
Namespace:
C
Assembly:
C.math (in C.math.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic const int FLT_EXP_MASK = 2139095040
Public Const FLT_EXP_MASK As Integer = 2139095040
public:
literal int FLT_EXP_MASK = 2139095040
static val mutable FLT_EXP_MASK: int
Field Value
Type:
Int32
See Also