.NET Matrix Library
Resize Method
See Also  Send Feedback



size
An integer specifying the new length of the vector.
Resizes the vector preserving its content.

Syntax

Visual Basic (Declaration) 
Public Sub Resize( _
   ByVal size As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As Vector
Dim size As Integer
 
instance.Resize(size)
C# 
public void Resize( 
   int size
)
C++/CLI 
public:
void Resize( 
   int size
) 

Parameters

size
An integer specifying the new length of the 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