Obtains all the unique numbers from the input array and determines the multiplicity of each unique number.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Number of times each unique number in numbers occurs. The nth element of multiplicity corresponds to the nth element of unique numbers.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
The following table lists examples of inputs and outputs of this node.
numbers | unique numbers | multiplicity |
---|---|---|
{1, 1, 1, 2, 2, 3, 4, 4, 5, 5} | {1, 2, 3, 4, 5} | {3, 2, 1, 2, 2} |
{1, 1, 2} | {1, 2} | {2, 1} |
{4, 5, 5, 5} | {4, 5} | {1, 3} |
{4, 3, 2, 1} | {4, 3, 2, 1} | {1, 1, 1, 1} |
{4, 3, 2, 1, 1, 1} | {4, 3, 2, 1} | {1, 1, 1, 3} |
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application