Mantissa of the floating-point.
Source position: syshelph.inc line 776
public function TDoubleHelper.Mantissa: QWord; |
Mantissa is the value of the significand without the hidden bit. This means it the plain bit pattern as it is stored in memory.
|
Sign of the floating point value. |
|
|
The bit pattern of the exponent as stored in memory. |
|
|
Exponent of the floating-point value. |
|
|
Bitpattern that makes up the fractional part. |
|
|
Fraction of the floating-point value. |