Unique Numbers and Multiplicity (DBL) VI
- Updated2025-07-30
- 2 minute(s) read
Obtains all the unique numbers from the input array and determines the multiplicity of each unique number. Wire data to the Numbers input to determine the polymorphic instance to use or manually select the instance.

Inputs/Outputs
Numbers
—
Numbers is an array of real numbers.
Unique Numbers
—
Unique Numbers returns all the unique numbers in Numbers. The nth element of Unique Numbers has multiplicity given by the nth element of Multiplicity.
Multiplicity
—
Multiplicity returns the number of occurrences of each unique number in Numbers. The nth element of Multiplicity corresponds to the nth element of Unique Numbers.
error
—
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
Numbers
—
Unique Numbers
—
Multiplicity
—
error
—