SortArray3 Op

SortArray3

Sorts an array with the lowest values of the selected component.


If we have an array with the following values:
[ 4,1,2, 3,8,8, 1,2,3 ]

And pick the x component to sort the triplets by.

The new array would become
[ 1,2,3, 3,8,8, 4,1,2 ]


Edit Documentation

Full Name
  • Ops.Array.SortArray3
Visibility
  • Core Op - Official cables op
License
  • MIT
Author


 

INPUT PORTS


Array (Array)

The array3 to sort

What index (Number:integer )

OUTPUT PORTS


Result (Array)

The sorted array (new array)


Patches using SortArray3

  • Examples
  • Public
  • My Patches

Changelog


Ops.Array.Array3xSort renamed to Ops.Array.SortArray3user avatarpandur - 2019-06-12 12:36