Click or drag to resize

SubsetToUnique Method

Returns a new subset containing the sorted indices of this subset, with all repetitions removed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Subset ToUnique()

Return Value

Subset
A new subset containing the sorted indices of this subset, with all repetitions removed.
See Also