共用方式為


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

實作

適用於