Removes an Atom from the array.

 

   

Syntax
 

[C#]
bool Remove(Atom value)

 

   

Params
 
Name Description
value The Atom to be removed.
return True if the Atom is removed, otherwise false.

 

   

Notes
 

When an Atom is removed the elements that follow the removed element move up to occupy the vacated spot.

 

 

   

Example
 

None.