Unit 'System' Package
[Overview][Constants][Types][Index] [#rtl]

float64

Declaration

Source position: genmathh.inc line 77

type float64 = record

  case Byte of

    1: (

        dummy: Double;

      );

    2: (

        high: LongWord;

        low: LongWord;

      );

end;


Documentation generated on: Nov 22 2024