Click or drag to resize

NMathFunctionsDoubleComplexAbsFunc Field

Absolute value function. Returns the square root of the sum of the squares of the real and imaginary parts of a complex number.

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

Field Value

FuncDoubleComplex, Double
See Also