Vector.ResizeTo Method
Resize the vector for a specified number of elements, trying to keep
intact as many elements of the old vector as possible. If the vector is
expanded, the new elements will be zeroes.
public void ResizeTo(
int newNRows
)
This language is not supported or no code example is available.
public:
void ResizeTo(
int newNRows
)
This language is not supported or no code example is available.
public function ResizeTo(
newNRows : int
);
This language is not supported or no code example is available.
Parameters
-
newNRows
-
int
In this article
Definition