ComplexUnaryNegation Operator |
Negates a complex number.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
- Type: Meta.NumericsComplex
The argument.
Return Value
Type:
ComplexThe argument times -1.
See Also