[]
Removes a Single value from the collection.
public bool Remove(float item)
Public Function Remove(item As Single) As Boolean
Type | Name | Description |
---|---|---|
float | item | Single value. |
Type | Description |
---|---|
bool | true if item was successfully removed from the collection; otherwise, false. |