decimal vs double! – Which one should I use and when? [duplicate]

This question already has answers here: When should I use double instead of decimal? (12 answers) Closed 8 years ago. I keep seeing people using doubles in C#. I know I read somewhere that doubles sometimes lose precision. My question is when should a use a double and when should I use a decimal type? … Read more