I will just point out that if you want to toggle each bit of a value then using Xor makes sense but if you want to toggle a boolean value then it makes far more sense to simply negate it:vb.net Code:
NowPlaying = Not NowPlaying
|
Results 1 to 16 of 16
Thread: What does Xor mean?Hybrid View
|
Click Here to Expand Forum to Full Width |