UInt32.IBitwiseOperators<UInt32,UInt32,UInt32>.ExclusiveOr 연산자

정의

배타적 또는 두 값의 계산.

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

매개 변수

left
UInt32

를 사용하여 xor에 대한 값입니다 right.

right
UInt32

를 사용하여 xor에 대한 값입니다 left.

반환

및 의 left 배타적 또는 입니다 right.

구현

적용 대상