SByte.IBitwiseOperators<SByte,SByte,SByte>.ExclusiveOr 运算符

定义

计算两个值的独占或两个值。

 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

使用 right表示 x 或 的值。

right
SByte

使用 left表示 x 或 的值。

返回

rightleft独占或 。

实现

适用于