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