Did anyone encounter the following unknown result from VC++?
Assume both "var3" and "plane.x_low_bound" are double floating point variables and are absolutely the same numerically.
if (var3 == plane.x_low_bound)
.......
"var3 == plane.x_low_bound" returns "false"




