Check if double is an Integer
807606Feb 21 2007 — edited Feb 21 2007Hi,
How can I check if a double is an integer?
Also, if the double is not an integer I'd like to retrive the decimal value rounded to
one number...Like this: My double = 2.17 - Id like to retrieve .17 rounded to .2!