CRaPI - Correct Robust and Perfect API

Matrix.SuperimposeMin Method 

Superimposes this matrix with the supplied, with respect to the min value of each cell

public void SuperimposeMin(
   Matrix pMatrix,
   int pXOffset,
   int pYOffset
);

Parameters

pMatrix
The matrix to superimpose
pXOffset
The X-offset where to superimpose the matrix
pYOffset
The Y-offset where to superimpose the matrix

Remarks

The called matrix is altered

Exceptions

Exception TypeCondition
ArgumentExceptionis thrown when supplied Matrix is superimposed out of bounds of the called Matrix

See Also

Matrix Class | TeamYaffa.CRaPI.Utility Namespace