Click or drag to resize

NMathFunctionsFloatComplexArgFunc Field

Complex Argument function. If the polar coordinates for the complex number z are (r,theta), then this function, when applied to z will return the real number theta.

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

Field Value

FuncFloatComplex, Single
See Also