TSingleHelper.Fraction
Fraction of the floating-point value
Declaration
Source position: syshelph.inc line 242
public 
  function Fraction : Extended;
Description
Fraction is the decimal part of the floating-point value.
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.Mantissa | Mantissa of the floating-point | 
| TSingleHelper.Sign | Sign of the floating point value |