Returns the conjugate of a complex number.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static FloatComplex Conj(
	FloatComplex c
)
Visual Basic (Declaration)
Public Shared Function Conj ( _
	c As FloatComplex _
) As FloatComplex
Visual C++
public:
static FloatComplex Conj(
	FloatComplex c
)

Parameters

c
Type: CenterSpace.NMath.Core..::.FloatComplex
A complex number.

Return Value

The conjugate of c.

See Also