Instance.PropertyArray.removeDouble()

Signature

boolean removeDouble (PropertyArrayDouble arr, double value)

Domain

ACTION, BUI

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

NameTypeDescription
arrPropertyArrayDoubleA PropertyArrayDouble for the action to be performed on.
valuedoubleCurrent value of the PropertyAtomDouble for removal.

Returns

TypeDescription
booleanif a PropertyAtomDouble is removed.

Cautions

none