|  | FloatComplexLowerTriMatrixUnaryPlus Operator | 
            Unary + operator. Just returns the input matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static FloatComplexLowerTriMatrix operator +(
	FloatComplexLowerTriMatrix A
)
Public Shared Operator + ( 
	A As FloatComplexLowerTriMatrix
) As FloatComplexLowerTriMatrix
public:
static FloatComplexLowerTriMatrix^ operator +(
	FloatComplexLowerTriMatrix^ A
)
static let inline (+)
        A : FloatComplexLowerTriMatrix  : FloatComplexLowerTriMatrixParameters
- A  FloatComplexLowerTriMatrix
- A lower triangular matrix.
Return Value
FloatComplexLowerTriMatrixThe input matrix.
 See Also
See Also