Subset.Complement Method

Returns a Subset that is the complement of the specified subset.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Subset Complement(
	Subset subset
)

Parameters

subset  Subset
A Subset.

Return Value

Subset
A Subset that represents the complement of subset.

See Also