.NET Matrix Library
Vector Constructor(Vector)
See Also  Send comments on this topic


vector
The Vector object whose elements will by copied into the newly created vector.
Creates a new instance of the Vector class, copying the content of an existing vector.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal vector As Vector _
)
C# 
public Vector( 
   Vector vector
)
C++/CLI 
public:
Vector( 
   Vector^ vector
)

Parameters

vector
The Vector object whose elements will by copied into the newly created vector.

Remarks

This is the copy constructor of the Vector class.

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