Click or drag to resize

NMathFunctionsDoubleComplexConjFunc Field

Conjugate function. Returns the complex conjugate x - iy of the complex number x + iy.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static Func<DoubleComplex, DoubleComplex> DoubleComplexConjFunc

Field Value

FuncDoubleComplex, DoubleComplex
See Also