Interpolate 1D Array function
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
Version
|
Change(s)
|
|
More info to come.
|
See Also
External Links