Click or drag to resize

ComplexUnaryNegation Operator

Unary minus.

Namespace: DotNumerics
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Complex operator -(
	Complex c
)
Request Example View Source

Parameters

c  Complex
The value

Return Value

Complex
-value
See Also