The number of bits in the mantissa of a
Double, excludes the implicit leading
1 bit (
52).
Namespace:
C
Assembly:
C.math (in C.math.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic const int DBL_MANT_BITS = 52
Public Const DBL_MANT_BITS As Integer = 52
public:
literal int DBL_MANT_BITS = 52
static val mutable DBL_MANT_BITS: int
Field Value
Type:
Int32
See Also