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