How Do I Initialize a float or a double to Exactly Zero?
Is this sufficient:float f= (float)0.0;double d = (double)0.0;or do I need to add more zeroes to the right side of the decimal point in each case?
[181 byte] By [
pgarner] at [2007-9-26 2:07:22]
