.NET Matrix Library
Clone Method
See Also  Send comments on this topic


Creates a duplicate of this Matrix object.

Syntax

Visual Basic (Declaration) 
Public Overridable Function Clone() As Matrix
C# 
public virtual Matrix Clone()
C++/CLI 
public:
virtual Matrix^ Clone(); 

Return Value

A new Matrix object that contains the same data as this.

Remarks

A deep copy is created. Each Matrix object references different data.

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation