blah blah blah is here! blah blah » Close

1
votes
1 answers

Is there a major difference in grouping if()/using a switch??

GlennP
344

Hi, My continuing lack of knowlege as to how Windows/C# handles things comes up again. I have several ifs [code] if (Gold1 < Value1) { decrementPWM1(); } if (Gold1 > Va ...

Feedback