Complex::UnaryNegation Operator (Complex)
Returns the additive inverse of a specified complex number.
Assembly: System.Numerics (in System.Numerics.dll)
Parameters
- value
-
Type:
System.Numerics::Complex
The value to negate.
Return Value
Type: System.Numerics::ComplexThe result of the Real and Imaginary components of the value parameter multiplied by -1.
The UnaryNegation method defines the operation of the unary negation (additive inverse) operator for complex numbers. It enables code such as the following:
The resulting complex number produces a value of Zero 0 (zero) when it is added to the original complex number. Languages that do not support custom operators can call the Negate method instead.
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone
Available since 8.1