TSingleHelper.Exp
The bit pattern of the exponent as stored in memory.
Declaration
Source position: syshelph.inc line 257
public Property
Exp : QWord;
Description
Exp is the internal representation of the Exponent .
See also
| Name | Description |
|---|---|
| QWord | 64-bit unsigned integer |
| TSingleHelper.Bytes | Indexed access to the individual bytes of the floating point value |
| 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.Mantissa | Mantissa of the floating-point |
| TSingleHelper.Sign | Sign of the floating point value |