CRaPI - Correct Robust and Perfect API

Matrix.CalculateMAX Method 

Calculates the MAX of each cell of the two matrices

public Matrix CalculateMAX(
   Matrix pMatrix1,
   Matrix pMatrix2
);

Parameters

pMatrix1
First matrix
pMatrix2
Second matrix

Return Value

The result matrix

Remarks

A new Matrix is produced

Exceptions

Exception TypeCondition
ArgumentExceptionis thrown when the two matrices are of different sizes

See Also

Matrix Class | TeamYaffa.CRaPI.Utility Namespace