Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Generic.Net40 (in Extreme.Generic.Net40.dll) Version: 4.0.10170.0 (4.0.10322.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Operator + ( _
matrix1 As Matrix(Of T), _
matrix2 As Matrix(Of T) _
) As Matrix(Of T)
|
Return Value
A
Matrix that is the sum
of
matrix1 and
matrix2.
Return Value
A
Matrix that is the sum of the specified form of this matrix
and the matrix
matrix2.
Exceptions
See Also