|  | DoubleComplexNegate Method | 
            Returns the negation of a complex number.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static DoubleComplex Negate(
	DoubleComplex c
)
Public Shared Function Negate ( 
	c As DoubleComplex
) As DoubleComplex
public:
static DoubleComplex Negate(
	DoubleComplex c
)
static member Negate : 
        c : DoubleComplex -> DoubleComplex Parameters
- c  DoubleComplex
- A complex number.
Return Value
DoubleComplexThe negation of 
c.
 See Also
See Also