beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

SortArray3 Op



SortArray3
Namespace: Ops.Array

Op author: pandur

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 ]



Inputs

Array (Array)

The array3 to sort

What index (integer /Number)

Outputs

Result (Array)

The sorted array (new array)


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

SortArray3 example


Patches using SortArray3

  • Examples (1)
  • Public
  • My Patches

Changelog


Ops.Array.Array3xSort renamed to Ops.Array.SortArray3
2019-06-12 - pandur