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