  | NMathFunctionsArg(DoubleComplexLowerTriMatrix) Method | 
            Returns the complex arguments of a given matrix's elements.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static DoubleLowerTriMatrix Arg(
	DoubleComplexLowerTriMatrix A
)
Public Shared Function Arg ( 
	A As DoubleComplexLowerTriMatrix
) As DoubleLowerTriMatrix
public:
static DoubleLowerTriMatrix^ Arg(
	DoubleComplexLowerTriMatrix^ A
)
static member Arg : 
        A : DoubleComplexLowerTriMatrix -> DoubleLowerTriMatrix Parameters
- A  DoubleComplexLowerTriMatrix
 - A matrix.
 
Return Value
DoubleLowerTriMatrixA new matrix containing the complex arguments of 
A.
See Also