Subtracts two matrix objects.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function Subtract ( _
matrix1 As Matrix, _
matrix2 As Matrix _
) As Matrix
|
Return Value
A
Matrix that is equal to the matrix
matrix1 minus the matrix
matrix2.
Return Value
A
Matrix that is the sum of the specified form of this matrix
and the matrix
matrix2.
Exceptions
See Also