'Usage
Dim instance As ElasticVector Dim newSize As Integer instance.Resize(newSize)
Parameters
- newSize
- The new size of the elastic vector.
Valid values of this parameter are in the range from
0
to2147483647 (Int32.MaxValue)
.
Valid values of this parameter are in the range from 0
to 2147483647 (Int32.MaxValue)
.
'Usage
Dim instance As ElasticVector Dim newSize As Integer instance.Resize(newSize)
Valid values of this parameter are in the range from 0
to 2147483647 (Int32.MaxValue)
.
As opposed to Resize, the elastic vector does not have to be zero-based