UInt128.ExclusiveOr(UInt128, UInt128) 运算符

定义

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

public:
 static UInt128 operator ^(UInt128 left, UInt128 right) = System::Numerics::IBitwiseOperators<UInt128, UInt128, UInt128>::op_ExclusiveOr;
public static UInt128 operator ^ (UInt128 left, UInt128 right);
static member ( ^^^ ) : UInt128 * UInt128 -> UInt128
Public Shared Operator Xor (left As UInt128, right As UInt128) As UInt128

参数

left
UInt128

使用 right表示 x 或 的值。

right
UInt128

使用 left表示 x 或 的值。

返回

rightleft独占或 。

实现

适用于