Forgive me if this is a naïve question, however I am at a loss today.
I have a simple division calculation such as follows:
double returnValue = (myO
An integer divided by an integer will return your an integer. Cast either Value to a double or divide by 10.0.