|  | SubsetToUnique Method | 
            Returns a new subset containing the sorted indices of this subset, with all 
            repetitions removed.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
SyntaxPublic Function ToUnique As Subset
public:
Subset^ ToUnique()
member ToUnique : unit -> Subset 
Return Value
SubsetA new subset containing the sorted indices of this subset, with all 
            repetitions removed.
            
 See Also
See Also