UNIQUE

Deletes all duplicate elements from an array.

Format

UNIQUE (Array)

Argument

 
Array
An array.

Example

The following example illustrates the use of the UNIQUE function:
 
Function
UNIQUE ({9, 1, 1})
Result
1.0, 9.0