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