Click or drag to resize

Subset(Subset) Constructor

Construct a Subset instance from the given array of Subsets.

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

Parameters

subsets  Subset
An array of Subsets.
Remarks
The Subsets are simply concatenated. To create a sorted Subset of the unique indices, call ToUnique() on the constructed Subset.
See Also