Int128.ExclusiveOr(Int128, Int128) 操作员

定义

计算独占值或两个值。

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

参数

left
Int128

具有 right的 xor 值。

right
Int128

具有 left的 xor 值。

返回

独占或 leftright

实现

适用于