Meta.Numerics Library
UnaryNegation Operator
Meta.NumericsMeta.NumericsComplexUnaryNegation(Complex)
Negates a complex number.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Complex operator -(
	Complex z
)
Public Shared Operator - ( _
	z As Complex _
) As Complex
public:
static Complex operator -(
	Complex z
)
static let inline(-)
        z:Complex  : Complex
Parameters
z (Complex)
The argument.
Return Value
The argument times -1.