Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 May : small question

www.cryer.info
Managed Newsgroup Archive

small question

Subject:small question
Posted by:"Pierre Demers" (pierredemersno@spamsympatico.ca)
Date:24 May 2006 14:37:00

Hello,

Why ...

var
Min :Double;

Min := 0.60;
Min := Int(Min / 0.60);
Min equals 0

and

Min := Int(0.60 / 0.60)
Min equals 1

Pierre

Replies:

www.cryer.info
Managed Newsgroup Archive