G
Guest
I am currently using the following
Studio 2005: 8.0.50727.42 (RTM.050727-4200)
..NET Framework: Version 2.0.50727
When doing the following in C#
double a = 11.08;
double b = 11.04;
double c = a - b;
I get 0.0400000000000009 instead of 0.04. Why is this?
Am i missing something?
Thanks
Studio 2005: 8.0.50727.42 (RTM.050727-4200)
..NET Framework: Version 2.0.50727
When doing the following in C#
double a = 11.08;
double b = 11.04;
double c = a - b;
I get 0.0400000000000009 instead of 0.04. Why is this?
Am i missing something?
Thanks