Filter.Complement Method
Returns a Filter that is the complement of the specified filter.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Filter that represents the complement of filter.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Filter Complement(
Filter filter
)
Parameters
Return Value
FilterA Filter that represents the complement of filter.