请问两个浮点型的数相减的结果怎么跟整型数比较? var i,j:real; i;=strtofloat(edit1.text); j:=strtofloat(edit2.text); if(i-j)<>0 then //现在问题是:这不能判断 begin ... end;