Instance.PropertyArray.removeDouble()
Signature
boolean removeDouble (PropertyArrayDouble arr, double value)
Description
This method removes the first occurrence of PropertyAtomDouble for which the current value
equals to value
from a PropertyArrayDouble. It returns true and shifts all the
subsequent array elements PropertyAtomDouble to the left (substracts one to their indices)
if the PropertyAtomDouble is found, false otherwise.
Parameters
Name | Type | Description |
arr | PropertyArrayDouble | A PropertyArrayDouble for the action to be performed on. |
value | double | Current value of the PropertyAtomDouble for removal. |
Returns
Type | Description |
boolean | if a PropertyAtomDouble is removed. |