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

SortArrayWithIndices Op

Ops.Array.SortArrayWithIndices


SortArrayWithIndices
Collections:sort  
Namespace: Ops.Array

Op author: pandur

Sorts an array of numbers and also get sorted indices




Inputs

Array to sort (Array)

Array in

Sorting mode index (integer /Number)
Sorting mode (String)

Sorting mode. Ascending or descending

Outputs

Sorted array (Array)

Sorted array out

Sorted Indices (Array)
Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using SortArrayWithIndices

Changelog


created op
2019-06-20 - andro
cloned op from Ops.Array.SortArray
2021-02-18 - pandur
Ops.User.pandur.SortArrayKeepIndices renamed to Ops.Array.SortArrayWithIndices
2021-02-18 - pandur