NFloat.IBitwiseOperators<NFloat,NFloat,NFloat>.ExclusiveOr 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算两个值的独占或两个值。
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
使用 right
表示 x 或 的值。
- right
- NFloat
使用 left
表示 x 或 的值。
返回
和 right
的left
独占或 。