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