NFloat.IUnaryNegationOperators<NFloat,NFloat>.CheckedUnaryNegation 运算符

定义

计算值的已检查一元求反值。

 static System::Runtime::InteropServices::NFloat System.Numerics.IUnaryNegationOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_CheckedUnaryNegation(System::Runtime::InteropServices::NFloat value) = System::Numerics::IUnaryNegationOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_CheckedUnaryNegation;
static System.Runtime.InteropServices.NFloat IUnaryNegationOperators<NFloat,NFloat>.op_CheckedUnaryNegation (System.Runtime.InteropServices.NFloat value);
static member System.Numerics.IUnaryNegationOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_CheckedUnaryNegation : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
 Shared op_CheckedUnaryNegation (value As NFloat) As NFloat Implements IUnaryNegationOperators(Of NFloat, NFloat).op_CheckedUnaryNegation

参数

value
NFloat

要计算一元求反的值。

返回

的一元求反 value

实现

适用于