|
|
| |
|
|
|
|
|
|
Removes an Atom from the array.
|
|
|
|
| |
|
[C#]
bool Remove(Atom value)
[Visual Basic]
Function Remove(value As Atom) As Boolean
|
|
|
|
| |
| Name
|
Description
|
| value |
The Atom to be removed. |
| return |
True if the Atom is removed, otherwise false. |
|
|
|
|
| |
|
When an Atom is removed the elements that follow the removed
element move up to occupy the vacated spot.
|
|
|
|
| |
|