Click or drag to resize

SubsetSubtraction(Subset, Subset) Operator

Subtracts one subset from another.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static Subset operator -(
	Subset x,
	Subset y
)

Parameters

x  Subset
A subset.
y  Subset
A subset.

Return Value

Subset
A new subset containing the indices in x that are not in y.
See Also