Click or drag to resize

NMathFunctionsArg(FloatComplex) Method

Returns the argument (or phase) of a complex number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float Arg(
	FloatComplex c
)

Parameters

c  FloatComplex
A complex number.

Return Value

Single
The argument of c.
See Also