SByte.IBitwiseOperators<SByte,SByte,SByte>.ExclusiveOr 操作员
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算两个值的独占或两个值。
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;
C#
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 或 的值。
和 right
的left
独占或 。
产品 | 版本 |
---|---|
.NET | 7, 8, 9, 10 |