The size of a float type.
Source position: typinfo.pp line 89
| type TFloatType = ( | ||
| ftSingle, | 
 | Single-sized float. | 
| ftDouble, | 
 | Double-sized float. | 
| ftExtended, | 
 | Extended-size float. | 
| ftComp, | 
 | Comp-type float. | 
| ftCurr | 
 | Currency-type float. | 
| ); |