I\'m using the following piece of code and under some mysterious circumstances the result of the addition is not as it\'s supposed to be:
double _west = 9.482935
double is not completely accurate, try using decimal instead
The advanteage of using double and float over decimal is performance