Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.Math.IBitwise< T > Interface Template Reference

Provides the standard set of bitwise operators. More...


Source file:
Inheritance diagram for Loyc.Math.IBitwise< T >:
Loyc.Math.IZeroProvider< T > Loyc.Math.IOneProvider< T > Loyc.Math.IBinaryMath< T > Loyc.Math.IIntMath< T > Loyc.Math.IUIntMath< T >

Remarks

Provides the standard set of bitwise operators.

Template Parameters
TAn integer or bit array type.

Public Member Functions

And (T a, T b)
 
Or (T a, T b)
 
Xor (T a, T b)
 
Not (T a)
 

Additional Inherited Members

- Properties inherited from Loyc.Math.IZeroProvider< T >
Zero [get]
 Returns the "zero" or additive identity of this type. More...
 
- Properties inherited from Loyc.Math.IOneProvider< T >
One [get]
 Returns the "one" or identity value of this type. More...