  | NMathFunctionsArg(FloatComplexMatrix) Method | 
            Returns a real matrix whose values are the arguments of the 
            corresponding complex matrix entries.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static FloatMatrix Arg(
	FloatComplexMatrix A
)
Public Shared Function Arg ( 
	A As FloatComplexMatrix
) As FloatMatrix
public:
static FloatMatrix^ Arg(
	FloatComplexMatrix^ A
)
static member Arg : 
        A : FloatComplexMatrix -> FloatMatrix Parameters
- A  FloatComplexMatrix
 - A complex matrix.
 
Return Value
FloatMatrixA matrix of arguments.
See Also