Double.IUnaryNegationOperators<Double,Double>.UnaryNegation 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 unary negation of a value.
static double System.Numerics.IUnaryNegationOperators<System.Double,System.Double>.operator -(double value) = System::Numerics::IUnaryNegationOperators<double, double>::op_UnaryNegation;
static double IUnaryNegationOperators<double,double>.operator - (double value);
static member ( ~- ) : double -> double
Shared Operator - (value As Double) As Double Implements IUnaryNegationOperators(Of Double, Double).op_UnaryNegation
Parameters
- value
- Double
The value for which to compute the unary negation.
Returns
The unary negation of value
.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.