Hi,
Is it possible to find the minimum and maximum value of channel within a specified index range. [ between particular start and end position]?
example:
Channel name: test
overall Length of channel: 100
usually maximum and minimum property gives min/max value which corresponds to all 100 items. But is it possible to find minimum and maximum value of channel from 10th element to 90th element.?
using FOR loop to find local min or max consumes more time. Is there any simplest option to achieve this min and max value between the starting position and end position.