Sorry, this might be a easy stupid question, but I need to know to be sure.
I have this if expression,
if
void Foo() { System.Double so
If you simply want to suppress the warning, do this:
if (something.Equals(0.0))
Of course, this is only a valid solution if you know that drift isn't a concern. I often do this to check if I'm about to divide by zero.