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