ComplexUnaryNegation Operator |
Returns the negative of a Complex object, -x.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Complex operator -(
Complex x
)
Public Shared Operator - (
x As Complex
) As Complex
public:
static Complex operator -(
Complex x
)
static let inline (-)
x : Complex : Complex
Parameters
- x
- Type: Imsl.MathComplex
A Complex object.
Return Value
Type:
Complex
A newly constructed
Complex initialized to the negative of the
Complex argument,
x.
See Also