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