NFloat.IUnaryNegationOperators<NFloat,NFloat>.CheckedUnaryNegation Operator     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the checked unary negation of a value.
 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_CheckedUnaryNegationParameters
- value
- NFloat
The value for which to compute the unary negation.
Returns
The unary negation of value.