Changes the lower and upper bounds of the elastic vector.
Syntax
public void Redimension(
int ,
int
)
public:
void Redimension(
int ,
int
)
'Declaration
Public Sub Redimension( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As ElasticVector
Dim newLowerBound As Integer
Dim newUpperBound As Integer
instance.Redimension(newLowerBound, newUpperBound)
Parameters
- newLowerBound
- The new lower bound of the elastic vector.
- newUpperBound
- The new upper bound 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