Sort 1D Array VI function

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) Array palette
Type Malleable VI
Requires Basic Development Environment
Icon Sort 1D Array VI.png

The Sort 1D Array VI function function returns a sorted version of unsorted array with the elements arranged in ascending order. If unsorted array is an array of clusters, the function sorts the elements by comparing the first elements. If the first elements match, the function compares the second and subsequent elements. The connector pane displays the default data types for this polymorphic function.

Usage

History

Version Change(s)
LabVIEW 2020 In LabVIEW 2020 SP1, the Sort 1D Array VI function replaced the Sort 1D Array function on the palette.

See Also

External Links