UInt16.IBitwiseOperators<UInt16,UInt16,UInt16>.ExclusiveOr 运算符

定义

计算两个值的独占或两个值。

 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_ExclusiveOr;
static ushort IBitwiseOperators<ushort,ushort,ushort>.operator ^ (ushort left, ushort right);
static member ( ^^^ ) : uint16 * uint16 -> uint16
 Shared Operator Xor (left As UShort, right As UShort) As UShort Implements IBitwiseOperators(Of UShort, UShort, UShort).op_ExclusiveOr

参数

left
UInt16

使用 right表示 x 或 的值。

right
UInt16

使用 left表示 x 或 的值。

返回

rightleft独占或 。

实现

适用于