Returns the conjugate of a complex number.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static DoubleComplex Conj( DoubleComplex c ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Conj ( _ c As DoubleComplex _ ) As DoubleComplex |
| Visual C++ |
|---|
public: static DoubleComplex Conj( DoubleComplex c ) |
Parameters
- c
- Type: CenterSpace.NMath.Core..::.DoubleComplex
A complex number.