Unary Minus

Syntax

C#
public static Complex operator -(
	Complex z1
)
Visual Basic
Public Shared Operator - ( _
	z1 As Complex _
) As Complex
Visual C++
public:
static Complex operator -(
	Complex z1
)
F#
static let inline (-)
        z1 : Complex  : Complex

Parameters

z1
Type: NagLibrary..::..Complex

[Missing <param name="z1"/> documentation for "M:NagLibrary.Complex.op_UnaryNegation(NagLibrary.Complex)"]

Return Value

-z1

See Also