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