The Interpolate 1D Array function takes a one-dimensional numeric array and a fractional index to linearly calculate a value between the elements before and after the specified fractional index.
Usage
Connect a one-dimensional array to the array of numbers or points input terminal and an index at fractional index or x. The return value will either be an element from the source array (if the index is an integer) or a value between the elements before and after the specified fractional index.
If the specified index is out of range, the closest element is returned (first or last element of the array).
History
History information is needed. What changes have occurred over previous versions?
Version
Change(s)
More info to come.
See Also
Add links to internal wiki pages that would also help.
External Links
Add links to external resources that would also help.