Click or drag to resize

SubsetAdd(Subset, Subset) Method

Adds two subsets.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static Subset Add(
	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