






The float array from which data is retrieved Index - an integer specifying the index of the float value to be retrieved from the array. Get - a trigger input which causes the component to retrieve data from the array.
A float output of the retrieved value. Done - a trigger which fires when the value has been retrieved.

The Max Float Array primitive component will output the highest value in a float array as well as the index at which the maximum value is located.
A float array is the sole input.

The Shift Float Array primitive component shifts the index values of an array so by the integer value provided. Positive shifts values shift entries to the right and negative values shift to the left with entries wrapping as they pass of either end.
Shifted Array.

The Float Array Section primitive component extracts a portion of a float array into a new float array.
A float array consisting of the specified portion of the original array.