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