Changes the number of elements of an elastic vector to the specified new size.
Syntax
public void Resize(
int
)
public:
void Resize(
int
)
'Declaration
Public Sub Resize( _
ByVal As Integer _
)
'Usage
Dim instance As ElasticVector
Dim newSize As Integer
instance.Resize(newSize)
Parameters
- newSize
- The new size of the elastic vector.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also