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一元負數。

實作

適用於