Returns a
Subset that is the complement of the specified subset.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Subset operator ~(
Subset subset
)
Public Shared Operator ~ (
subset As Subset
) As Subset
public:
static Subset^ operator ~(
Subset^ subset
)
F# does not support this operator.
Parameters
- subset
- Type: Extreme.DataAnalysisSubset
A Subset.
Return Value
Type:
SubsetA
Subset that represents the complement of
subset.
Reference