问题
Possible Duplicate:
Most common C# bitwise operations
I am looking for bit manipulation reference material for c#. And, OR, XOR, left shift , right shift. setting a bit All operations with bit.
回答1:
This was just posted today and should be helpful. It covers a variety of bit operations, and the operations should be translatable directly to C#.
回答2:
These are all the standard C-style operators.
http://www.space.unibe.ch/comp_doc/c_manual/C/CONCEPT/bitwise.html
I am not sure if C# has 1's complement.
Edit it does.
http://msdn.microsoft.com/en-us/library/6a71f45d%28VS.71%29.aspx
来源:https://stackoverflow.com/questions/1067040/i-need-bit-manipulation-guide-reference-material-for-c-sharp