ArrayAppend - It appends all the arrays arriving on the input channels to produce a single output array.
ArrayAverage - Output the average of the elements in an array.
ArrayElement - Extract an element from an array and produce it on the output.
ArraySetElement - Replace the element in a specified index location of the array with the incoming token.
ArrayExtract - Output a subarray from an array and produce it on the output.
ArrayLength - Output the length of the input array.
ArrayLevelCrossing - It searches an array from the specified starting index and report the index of the first item in the array that is below or above the specified threshold.
ArrayMaximum - Output the maximum element from an array.
ArrayMinimum - Output the minimum element from an array.
ArrayPeakSearch - Outputs the indices and values of peaks in an input array.
ArraySort - Sort the elements of an input array.
Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents