|  | DoubleComplexMatrixUnaryNegation Operator | 
            Negation operator.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
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
DoubleComplexMatrixA new matrix 
B where 
B[i,j] = -A[i,j].
 See Also
See Also