Houdini 20.0 Nodes APEX Nodes

array::Sort<T>

Sorts an array in ascending order.

On this page
Since 20.0

Sorts an array in ascending order.

The array ports of this node are in-place ports, which means that the array is updated without creating a copy.

Inputs

*array: FloatArray, IntArray, StringArray Required

The input array.

Outputs

*array: FloatArray, IntArray, StringArray

The updated array with its elements sorted in ascending order.

See also

APEX Nodes