Clears specific terms of the instance specified by an array of indices.

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

Syntax

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

Parameters

t
Type: array<System..::..Int32>[]()[][]%
The array of indices corresponding to terms to be cleared.

Return Value

Itself.

Remarks

Equivalent to filter except that it acts on the instance instead of creating a new one. Does not create a new object, but modifies the instance.

See Also