Byte.IBitwiseOperators<Byte,Byte,Byte>.BitwiseAnd(Byte, Byte) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算两个值的按位和 。
static System::Byte System.Numerics.IBitwiseOperators<System.Byte,System.Byte,System.Byte>.operator &(System::Byte left, System::Byte right) = System::Numerics::IBitwiseOperators<System::Byte, System::Byte, System::Byte>::op_BitwiseAnd;
static byte IBitwiseOperators<byte,byte,byte>.operator & (byte left, byte right);
static member ( &&& ) : byte * byte -> byte
Shared Operator And (left As Byte, right As Byte) As Byte Implements IBitwiseOperators(Of Byte, Byte, Byte).op_BitwiseAnd
参数
- left
- Byte
使用 right
的 and
值。
- right
- Byte
使用 left
的 and
值。
返回
和 的 left
按位和 right
。