TSingleHelper.Mantissa
Mantissa of the floating-point
Declaration
Source position: syshelph.inc line 247
public 
  function Mantissa : QWord;
Description
Mantissa is the value of the significant without the hidden bit. This means it the plain bit pattern as it is stored in memory.
See also
| Name | Description | 
|---|---|
| TSingleHelper.Exp | The bit pattern of the exponent as stored in memory. | 
| TSingleHelper.Exponent | Exponent of the floating-point value | 
| TSingleHelper.Frac | Bitpattern that makes up the fractional part. | 
| TSingleHelper.Fraction | Fraction of the floating-point value | 
| TSingleHelper.Sign | Sign of the floating point value |