Creates a new copy of the specified matrix.
Namespace: TspAssembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static int[,] Copy( int[,] from ) |
Visual Basic |
---|
Public Shared Function Copy ( _ from As Integer(,) _ ) As Integer(,) |
Visual C++ |
---|
public: static array<int,2>^ Copy( array<int,2>^ from ) |
Parameters
- from
- Type: array<System..::..Int32,2>[,](,)[,][,]
The matrix to copy.