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