Click or drag to resize

SubsetUnion Method

Returns the union of two subsets.

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

Parameters

x  Subset
A subset.
y  Subset
A subset.

Return Value

Subset
A new subset containing the union of x and y.
See Also