1
votes
votes
1 answers
Is there a major difference in grouping if()/using a switch??
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 ...
