Operator BitwiseAnd
| Improve this Doc View SourceBitwiseAnd(_ByteEnum<T>, _ByteEnum<T>)
Computes the bitwise AND of its _ByteEnum<T> operands.
Declaration
public static _ByteEnum<T> operator &(_ByteEnum<T> x, _ByteEnum<T> y)
Parameters
Type | Name | Description |
---|---|---|
_ByteEnum<T> | x | A _ByteEnum<T> object. |
_ByteEnum<T> | y | A _ByteEnum<T> object. |
Returns
Type | Description |
---|---|
_ByteEnum<T> | A _ByteEnum<T> expression which contains the result. |