X2C Look-up Table 1D
One dimensional look-up table with selectable number of data points. Table data must be an array of size DimX and has to be arranged as [f(x1), f(x2), ... f(xn)]. FiP: input range is from -1 to 1 Float: input range is from 0 to dimension-1 If input is out of range, output will be cut off (no extrapolation).