SByte.IBitwiseOperators<SByte,SByte,SByte>.ExclusiveOr 演算子

定義

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

 static System::SByte System.Numerics.IBitwiseOperators<System.SByte,System.SByte,System.SByte>.operator ^(System::SByte left, System::SByte right) = System::Numerics::IBitwiseOperators<System::SByte, System::SByte, System::SByte>::op_ExclusiveOr;
static sbyte IBitwiseOperators<sbyte,sbyte,sbyte>.operator ^ (sbyte left, sbyte right);
static member ( ^^^ ) : sbyte * sbyte -> sbyte
 Shared Operator Xor (left As SByte, right As SByte) As SByte Implements IBitwiseOperators(Of SByte, SByte, SByte).op_ExclusiveOr

パラメーター

left
SByte

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

right
SByte

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

戻り値

および の排他的または leftright

実装

適用対象