  | DoubleComplexMatrixUnaryPlus Operator | 
            Unary + operator. Just returns the input matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static DoubleComplexMatrix operator +(
	DoubleComplexMatrix A
)
Public Shared Operator + ( 
	A As DoubleComplexMatrix
) As DoubleComplexMatrix
public:
static DoubleComplexMatrix^ operator +(
	DoubleComplexMatrix^ A
)
static let inline (+)
        A : DoubleComplexMatrix  : DoubleComplexMatrixParameters
- A  DoubleComplexMatrix
 - A matrix.
 
Return Value
DoubleComplexMatrixThe input matrix.
See Also