CRaPI - Correct Robust and Perfect API

Matrix.ICloneable.Clone Method 

Creates a deep copy of the Matrix.

object ICloneable.Clone();

Return Value

A copy of the Matrix.

Implements

ICloneable.Clone

Remarks

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

The clone is of type Matrix.

See Also

Matrix Class | TeamYaffa.CRaPI.Utility Namespace