Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][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: Jul 24 2023