class FLT_DESCR < $FLT_DESCR


Flattened version is here

Ancestors
$FLT_DESCR $FIXED_DESCR $EXACT_DESCR $VAL_DESCR



Public


Readable Attributes
attr exp_sign : BOOL ;
attr exponent_size : CARD ;
**** in exponent
attr filler : CHAR_CODE ;
****
attr
**** after decimal point
attr val_sign : BOOL ;
attr whole_digits : CARD ;
**** before decimal point
attr width : CARD ;
**** minimum width!

Features
create(


Private

attr exp_sign : BOOL ;
attr exponent_size : CARD ;
**** in exponent
attr filler : CHAR_CODE ;
****
attr
**** after decimal point
attr val_sign : BOOL ;
attr whole_digits : CARD ;
**** before decimal point
attr width : CARD ;
**** minimum width!

The Sather Home Page