Filter.OnesComplement Operator

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.0
C#
public static Filter operator ~(
	Filter filter
)

Parameters

filter  Filter
A Filter.

Return Value

Filter
A Filter that represents the complement of filter.

See Also