NFloat.IBitwiseOperators<NFloat,NFloat,NFloat>.ExclusiveOr Operatör

Tanım

İki değerin özel veya dışlayıcı değerini hesaplar.

 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

Parametreler

left
NFloat

ile rightxor değeri.

right
NFloat

ile leftxor değeri.

Döndürülenler

ve öğesinin özel veya özel kullanımı leftright.

Uygulamalar

Şunlara uygulanır