Click or drag to resize

SubsetAddition(Subset, Subset) Operator

Adds two subsets.

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 y concatenated to x.
See Also