ProductName  

Creates a duplicate matrix object from an existing matrix object.

Syntax

MatrixObject.Clone

Return value

Returns a matrix object that is an exact copy of current matrix.

Remarks

Clone method does not duplicate the reference to a matrix object but performs a deep copy of all matrix data.

See Also

Applies To: Matrix | CMatrix