GeneralMatrix Subtraction Operator

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix Subtraction Operator 

Subtraction of matrices

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

Parameters

m1
m2

Return Value

See Also

GeneralMatrix Class | DotNetMatrix Namespace