Enhanced C#
Language of your choice: library documentation
|
Provides the standard set of bitwise operators. More...
Provides the standard set of bitwise operators.
T | An integer or bit array type. |
Public Member Functions | |
T | And (T a, T b) |
T | Or (T a, T b) |
T | Xor (T a, T b) |
T | Not (T a) |
Additional Inherited Members | |
Properties inherited from Loyc.Math.IZeroProvider< T > | |
T | Zero [get] |
Returns the "zero" or additive identity of this type. More... | |
Properties inherited from Loyc.Math.IOneProvider< T > | |
T | One [get] |
Returns the "one" or identity value of this type. More... | |