Click or drag to resize

NMathFunctionsFloatComplexAbsFunc 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<FloatComplex, float> FloatComplexAbsFunc

Field Value

FuncFloatComplex, Single
See Also