Union Set

Node Icon

This node combines multiple numeric arrays or lists into one numeric array, containing all unique numerical values from the inputs. For a single input numeric array input, this node is equivalent of finding all distinct values in the input. The output arrat is sorted from lowest to highest values of the inputs.

Inputs

Input

One or more numeric array or numeric array lists.

Type: Numeric Array List, Required, Multiple

Outputs

Output

A numeric array containing all unique numerical values from the inputs.

Type: Numeric Array

Settings

Broadcast over Lists Boolean

When set to TRUE, the node processes each element in the input list individually and returns a list of results. When set to FALSE, the node processes all numeric arrays found in the input lists together and returns a single numeric array as the result.

See also

Keywords: Union, unique, distinct