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