[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGFloatIEEE754

Declaration

Source position: lazglib2.pas line 2140

type TGFloatIEEE754 = record

  case LongInt of

    0: (

        v_float: gfloat;

  

      );

    1: (

        mpn: record

  

          mantissa: guint23;

  

          biased_exponent: guint8;

  

          sign: guint1;

  

        end;

      );

end;