class="resources"
Obtains all the unique numbers from the input array and determines the multiplicity of each unique number. You can use this polymorphic VI to obtain all the unique numbers and determine the multiplicity of each unique number for real numbers or complex numbers. The data type you wire to the Numbers input determines the polymorphic instance to use.

![]() |
Numbers is an array of real 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 returns the number of occurrences of each unique number in Numbers. The nth element of Multiplicity gives the multiplicity of the nth element of the output array of unique numbers. |
![]() |
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. |

![]() |
Complex Numbers is an array of complex numbers. |
![]() |
Unique Complex Numbers returns all the unique numbers in Complex Numbers. The nth element of Unique Complex Numbers has multiplicity given by the nth element of Multiplicity. |
![]() |
Multiplicity returns the number of occurrences of each unique number in Numbers. The nth element of Multiplicity gives the multiplicity of the nth element of the output array of unique numbers. |
![]() |
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. |