View Single Post
  #5 (permalink)  
Old 04-17-2008, 07:51 AM
justto_doit justto_doit is offline
Newbie
 
Join Date: Apr 2008
Posts: 6
Rep Power: 0
justto_doit is on a distinguished road
Default Re: Strange rounding

its funny~
I have do something similar but I cannot get this error

e.g.
double distance;
double speedConv;
for (speedConv = 0; speedConv < 30; speedConv++)
{
distance = speedConv / 3600;
Debug.WriteLine(distance);
}

or may you point out where is the difference between us?
Reply With Quote

Sponsored Links