SortArray3 Op

SortArray3

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


<p>If we have an array with the following values: <code>[ 4,1,2, 3,8,8, 1,2,3 ]</code></p> <p>And pick the x component to sort the triplets by.</p> <p>The new array would become <code>[ 1,2,3, 3,8,8, 4,1,2 ]</code></p>


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


INPUT PORTS


Array (Array)

<p>The array3 to sort</p>

What index (Number:

<i>integer</i>

)

OUTPUT PORTS


Result (Array)

<p>The sorted array (new array)</p>


Patches using SortArray3

  • Examples
  • Public
  • My Patches

Changelog


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