Returns the complement of Filter.

Namespace: TPSA
Assembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TPSA FilterKeep(
	ref int[] terms
)
Visual Basic
Public Function FilterKeep ( _
	ByRef terms As Integer() _
) As TPSA
Visual C++
public:
TPSA^ FilterKeep(
	array<int>^% terms
)

Parameters

terms
Type: array<System..::..Int32>[]()[][]%
The terms to keep.

Return Value

The filtered instance.

Remarks

Does not modify the instance.

See Also