Shifts the array "rightwards".
If the array does not have any
NoValue data points, this method will shift the point at position "n" to "n +
offset". On the "right" side of the array (the side with the largest index), points that are shifted outside the array will be discarded. On the "left" side of the array,
fillValue data points will be shifted in.
If the array contains
NoValue data points, these points are not shifted. Conceptually, one can imagine the non-NoValue points being shifted to the next non-NoValue positions, and the process repeats
offset number of times.
© 2021 Advanced Software Engineering Limited. All rights reserved.