Returns a
Subset that is the complement of the specified subset.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static Subset Complement(
Subset subset
)
Public Shared Function Complement (
subset As Subset
) As Subset
public:
static Subset^ Complement(
Subset^ subset
)
static member Complement :
subset : Subset -> Subset
Parameters
- subset
- Type: Extreme.DataAnalysisSubset
A Subset.
Return Value
Type:
SubsetA
Subset that represents the complement of
subset.
Numerical Libraries
Supported in: 6.0
Reference