float64
Declaration
Source position: genmathh.inc line 77
Type
float64 = record
case Byte of
1: (
public
dummy : Double;
);
2: (
public
high : LongWord;
low : LongWord;
);
end
Source position: genmathh.inc line 77
Type
float64 = record
case Byte of
1: (
public
dummy : Double;
);
2: (
public
high : LongWord;
low : LongWord;
);
end