Class ArrayUpdate

    • Field Detail

      • index

        public PortParameter index
        The index into the input array at which to set the new value. This is a non-negative integer that defaults to 0, and is required to be less than the length of the input array.
      • value

        public PortParameter value
        The value to insert into the array at the position given by index.