Click or drag to resize

DoubleComplexConj(DoubleComplex) Method

Note: This API is now obsolete.

Returns the conjugate of a complex number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[ObsoleteAttribute("Instead use non-static Conj()")]
public static DoubleComplex Conj(
	DoubleComplex c
)

Parameters

c  DoubleComplex
A complex number.

Return Value

DoubleComplex
The conjugate of c.
See Also