Unit 'flcStdTypes' Package
[Overview][Constants][Types][Index] [#pl_fundamentals]

ExtendedRec

Declaration

Source position: flcStdTypes.pas line 287

type ExtendedRec = packed record

  case Boolean of

    True: (

        Mantissa: array [0..1] of LongWord;

  

        Exponent: Word;

  

      );

    False: (

        Value: Extended;

  

      );

end;



CT Web help

CodeTyphon Studio