Double.IUnaryNegationOperators<Double,Double>.UnaryNegation Operator

Definition

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