remove


Description:

public void remove (uint index_)

Remove the value at position index_ from this.

Note:

Use Array and _remove_index instead.

Parameters:

this

ValueArray to remove an element from

index_

position of value to remove, which must be less than this->n_values

Returns:

the ValueArray passed in as this