[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix.op_Addition

operator + Operator

operator +(Matrix, Matrix)

Defines the + operator for Matrix class.

Declaration
public static Matrix operator +(Matrix left, Matrix right)
Parameters
Type Name Description
Matrix left

A Matrix indicates the left operand.

Matrix right

A Matrix indicates the right operand.

Returns
Type Description
Matrix

A Matrix indicates the add operation result of two operands.