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

Int32Pair

Declaration

Source position: flcInteger.pas line 306

type Int32Pair = packed record

  case Integer of

    0: (

        A: Int32;

  

        B: Int32;

  

      );

    1: (

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

  

      );

    2: (

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

  

      );

    3: (

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

  

      );

    4: (

        Int8s: array [0..7] of Int8;

  

      );

    5: (

        Int16s: array [0..3] of Int16;

  

      );

    6: (

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

  

      );

end;



CT Web help

CodeTyphon Studio