
ArrayElementOccurrences |
org.geon.ArrayElementOccurrences |
Counts the number of occurrences of an element in an array.
This actor reads an array from the <i>input</i> port and
an element value from either a port or a parameter and
counts the number of occurrences of the element in the array.
Author(s): Efrat Jaeger
Version:$Id: ArrayElementOccurrences.doc.html,v 1.1 2006/02/22 18:40:26 mangal Exp $
array
Input array.
output
Boolean output specifying whether the element is contained in
the array.
element
The search element.