|
Delete
Removes the element from the specified array position.
bool Delete(
|
Parameters
pos
[in] Position of the array element to be removed.
Return Value
true - successful, false - cannot remove the element.
Example:
//--- example for CArrayDouble::Delete(int)
|