TExtendedHelper : Property overview by Name
Member | Visibility | Description |
---|---|---|
Bytes(TExtendedHelper) | public | Indexed access to the individual bytes of the floating point value |
Exp(TExtendedHelper) | public | The bit pattern of the exponent as stored in memory. |
Frac(TExtendedHelper) | public | Bitpattern that makes up the fractional part. |
Sign(TExtendedHelper) | public | Sign of the floating point value |
Words(TExtendedHelper) | public | Indexed access to the words that make up the floating point value |