.NET Matrix Library
CVector Constructor(Int32)
See Also  Send Feedback



size
The length of the newly created vector.
Creates a new instance of the CVector class specifying its length.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal size As Integer _
)
Visual Basic (Usage)Copy Code
Dim size As Integer
 
Dim instance As New CVector(size)
C# 
public CVector( 
   int size
)
C++/CLI 
public:
CVector( 
   int size
)

Parameters

size
The length of the newly created vector.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library