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