GeneralMatrix Addition Operator

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix Addition Operator 

Addition of matrices

[Visual Basic]returnValue = GeneralMatrix.op_Addition(m1, m2)
[C#]
public static GeneralMatrix operator +(
   GeneralMatrix m1,
   GeneralMatrix m2
);

Parameters

m1
m2

Return Value

See Also

GeneralMatrix Class | DotNetMatrix Namespace