[]
Defines the + operator for Matrix class.
public static Matrix operator +(Matrix left, Matrix right)
Type | Name | Description |
---|---|---|
Matrix | left | A Matrix indicates the left operand. |
Matrix | right | A Matrix indicates the right operand. |
Type | Description |
---|---|
Matrix | A Matrix indicates the add operation result of two operands. |