Reverse 1D Array Function

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

The connector pane displays the default data types for this polymorphic function.


icon

Inputs/Outputs

  • c1ddbl.png array

    array is a one-dimensional array of any type.

  • i1ddbl.png reversed array

    reversed array. If array has n elements, array[0] becomes reversed array[n-1], array[1] becomes reversed array[n-2], and so on.

  • FPGA Module Details

    The following details apply when you use this object in an FPGA VI.

    Note The following details are subject to change with each version of the LabVIEW FPGA Module.
    Single-Cycle Timed Loop Supported.
    Usage The LabVIEW FPGA Module supports only one-dimensional arrays that resolve to a single size at compile time. You can use constant or non-constant inputs.
    Timing This function requires no clock cycles to execute because it does not include an internal register.
    Resources This function consumes no FPGA resources because it is purely a wiring operation.