Class ArrayContains

    • Field Detail

      • array

        public TypedIOPort array
        Input array. The type of this port is at least an array of the type of the element port.
      • output

        public TypedIOPort output
        Boolean output specifying whether the element is contained in the array.
      • element

        public PortParameter element
        The element to test for presence in the array.