Unit 'DAV_FixedPoint' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_asiovst]

TFixed8Dot24

Declaration

Source position: DAV_FixedPoint.pas line 49

type TFixed8Dot24 = packed record

  case Integer of

    0: (

        Fixed: Integer;

  

      );

    1: (

        FracLow: Word;

  

        FracHigh: Byte;

  

        Int: ShortInt;

  

      );

end;



CT Web help

CodeTyphon Studio