Mega Code Archive

 
Categories / C# Tutorial / Operator
 

Bitwise Compound Assignments

All of the binary bitwise operators can be used in compound assignments. x = x ^ 127;   x ^= 127;