NFloat.IBitwiseOperators<NFloat,NFloat,NFloat>.ExclusiveOr 演算子

定義

2 つの値の排他的または排他的を計算します。

 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します。

戻り値

および の排他的または leftright

実装

適用対象