Unit 'flcInteger' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

Int128

Declaration

Source position: flcInteger.pas line 350

type Int128 = packed record

  case Integer of

    0: (

        Bytes: array [0..15] of Byte;

  

      );

    1: (

        Word16s: array [0..7] of Word16;

  

      );

    2: (

        Word32s: array [0..3] of Word32;

  

      );

    3: (

        Word64s: array [0..1] of Word64Rec;

  

      );

    4: (

        Int32s: array [0..3] of Int32;

  

      );

    5: (

        Int64s: array [0..1] of Int64;

  

      );

end;



CT Web help

CodeTyphon Studio