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

정의

배타적 또는 두 값의 계산.

 static System::Runtime::InteropServices::NFloat System.Numerics.IBitwiseOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.operator ^(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IBitwiseOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_ExclusiveOr;
static System.Runtime.InteropServices.NFloat IBitwiseOperators<NFloat,NFloat,NFloat>.operator ^ (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member ( ^^^ ) : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
 Shared Operator Xor (left As NFloat, right As NFloat) As NFloat Implements IBitwiseOperators(Of NFloat, NFloat, NFloat).op_ExclusiveOr

매개 변수

left
NFloat

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

right
NFloat

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

반환

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

구현

적용 대상