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