Exponent of the floating-point value.
Source position: syshelph.inc line 836
| public function TExtendedHelper.Exponent: Integer; | 
Exponent is the value X in the representation of the floating-point value in m*2^X, i.e. the exponent.
| 
 | Sign of the floating point value. | |
| 
 | The bit pattern of the exponent as stored in memory. | |
| 
 | Bitpattern that makes up the fractional part. | |
| 
 | Fraction of the floating-point value. | |
| 
 | Mantissa of the floating-point. |