Tagged Questions
2
votes
2answers
1k views
How do I cope with rounding errors on doubles in vb.net?
I'm trying to balance a set of currency values using vb.net. The totals for both these values is cast as a double. I'm getting rounding errors in some situations.
What's the best way to avoid this? ...