Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static ComplexMatrix operator -(
ComplexMatrix matrix1,
ComplexMatrix matrix2
)
Public Shared Operator - (
matrix1 As ComplexMatrix,
matrix2 As ComplexMatrix
) As ComplexMatrix
public:
static ComplexMatrix^ operator -(
ComplexMatrix^ matrix1,
ComplexMatrix^ matrix2
)
static let inline (-)
matrix1 : ComplexMatrix *
matrix2 : ComplexMatrix : ComplexMatrix
Parameters
- matrix1
- Type: Extreme.MathematicsComplexMatrix
The first ComplexMatrix. - matrix2
- Type: Extreme.MathematicsComplexMatrix
The second ComplexMatrix.
Return Value
Type:
ComplexMatrixA
ComplexMatrix that is equal to the matrix
matrix1 minus the matrix
matrix2.
Exception | Condition |
---|
ArgumentNullException | matrix1 is .
-or- matrix2 is . |
DimensionMismatchException | The
number of rows of matrix1 does not
equal the number of rows of matrix2 -or-
The number of columns of matrix1 does not
equal the number of columns of matrix2.
|
Numerical Libraries
Supported in: 5.x, 4.x
Reference