Zeros coefficients of the instance corresponding to an array of indices.
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public TPSA Filter(
ref int[] terms
) |
Visual Basic |
---|
Public Function Filter ( _
ByRef terms As Integer() _
) As TPSA |
Visual C++ |
---|
public:
TPSA^ Filter(
array<int>^% terms
) |
Parameters
- terms
- Type: array<System..::..Int32>[]()[][]%
Array of indices corresponding to terms to be cleared. Can be any length
Return Value
A new
TPSA object consisting of the instance with terms cleared.
See Also