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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.