System.TDoubleRec Properties
InheritedProtected
| Bytes | public |
An array of 8 System.UInt8 variables that form the internal representation of this System.TDoubleRec instance. |
| Exp | public |
Sets and gets the exponent (biased). |
| Frac | public |
Sets and gets the mantissa. |
| Sign | public |
Sets and gets the sign. |
| Words | public |
An array of 4 System.UInt16 variables that form the internal representation of this System.TDoubleRec instance. |