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