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