Bit-mask used for extracting the sign bit of a
Double (
0x8000000000000000).
Namespace:
C
Assembly:
C.math (in C.math.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic const long DBL_SGN_MASK = -9223372036854775808
Public Const DBL_SGN_MASK As Long = -9223372036854775808
public:
literal long long DBL_SGN_MASK = -9223372036854775808
static val mutable DBL_SGN_MASK: int64
Field Value
Type:
Int64
See Also