Int128.ExclusiveOr(Int128, Int128) 演算子

定義

2 つの値の排他的または排他的を計算します。

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

を使用して xor に値を指定 rightします。

right
Int128

を使用して xor に値を指定 leftします。

戻り値

および の排他的または leftright

実装

適用対象