  | NMathFunctionsArg(FloatComplex) Method | 
            Returns the argument (or phase) of a complex number.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static float Arg(
	FloatComplex c
)
Public Shared Function Arg ( 
	c As FloatComplex
) As Single
public:
static float Arg(
	FloatComplex c
)
static member Arg : 
        c : FloatComplex -> float32 Parameters
- c  FloatComplex
 - A complex number.
 
Return Value
SingleThe argument of 
c.
See Also