Vector of integer elements.
Constructor | Description |
Full Usage:
IntegerVector()
|
|
Instance member | Description |
Full Usage:
this.Clear
|
Clears all elements and deletes the underlying array. |
Full Usage:
this.[arg1]
Returns: int
|
Element accessor.
|
Full Usage:
this.Resize
Parameters:
int
-
New length.
|
Resizes the vector. Previosly stored data are lost.
|
Full Usage:
this.SetAllElementsTo
Parameters:
int
-
The value all elements are set to.
|
Sets all elements to the provided value.
|