UInt128.ExclusiveOr(UInt128, UInt128) 演算子

定義

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

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

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

right
UInt128

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

戻り値

rightの排他的または left

実装

適用対象