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


Creates a deep copy of the current sparse matrix.

Syntax

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

Return Value

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

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