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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.