02-05-2015 07:10 AM
How to get the value output of 1.5 in the array table if the value range is between values 11-13?
Solved! Go to Solution.
02-05-2015 07:17 AM - edited 02-05-2015 07:17 AM
Add another element to the beginning of the first array. Then use Round Toward -Infinity on the threshold index and use Index Array instead of the Interpolate 1D Array.
02-05-2015 07:24 AM
thank you
02-05-2015 07:58 AM
i still don't get the answer.
02-05-2015 08:37 AM
You missed adding another element to the beginning of your first array. Alternatively, you could throw in an Add 1 after the Round To -Infinity.