P
Peter Aitken
I want to invert all the bits (all 0s to 1s, all 1s to 0s) in a type
ushort. I though I would use the complement operator ~ but the compiler
won't buy it. How can I do this?
Thanks,
ushort. I though I would use the complement operator ~ but the compiler
won't buy it. How can I do this?
Thanks,