Byte.IBitwiseOperators<Byte,Byte,Byte>.ExclusiveOr(Byte, Byte) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算两个值的独占或 。
static System::Byte System.Numerics.IBitwiseOperators<System.Byte,System.Byte,System.Byte>.operator ^(System::Byte left, System::Byte right) = System::Numerics::IBitwiseOperators<System::Byte, System::Byte, System::Byte>::op_ExclusiveOr;
static byte IBitwiseOperators<byte,byte,byte>.operator ^ (byte left, byte right);
static member ( ^^^ ) : byte * byte -> byte
Shared Operator Xor (left As Byte, right As Byte) As Byte Implements IBitwiseOperators(Of Byte, Byte, Byte).op_ExclusiveOr
参数
- left
- Byte
使用 的 xor right
值。
- right
- Byte
使用 的 xor left
值。
返回
和 right
的left
独占 或 。