Click or drag to resize

NMathFunctionsFloatComplexConjFunc 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<FloatComplex, FloatComplex> FloatComplexConjFunc

Field Value

FuncFloatComplex, FloatComplex
See Also