Reverse 1D Array

Description

Reverses the order of the elements in array, where array is of any type.

 

Input parameters

 

array : class, one-dimentional tensor of any type.

Output parameters

 

reversed array : class, if tensor has n elements, array[0] becomes reversed array[n-1], array[1] becomes reversed array[n-2], and so on.

Examples

All these examples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install Accelerator library to run it).

Table of Contents