Subset.Complement Method

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

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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