decimal vs double! - Which one should I use and when?
- by Soni Ali
I keep seeing poeple using doubles in C#. I know I read somewhere that double sometimes loose precision.
My question is when should a use a double and when should I use a decimal type?
which type is suitable for money computations? (ie. greater than $100 million)