CRaPI - Correct Robust and Perfect API

Matrix.Clone Method 

Creates a deep copy of the Matrix.

public Matrix Clone();

Return Value

A copy of the Matrix.

Remarks

The deep copy creates a new Matrix and copies the values from the origin to the new Matrix.

See Also

Matrix Class | TeamYaffa.CRaPI.Utility Namespace