Clips terms of the instance whose order is either higher or lower than a given value, and returns a new object.

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

Syntax

C#
public TPSAMaps SetOrder(
	int k
)
Visual Basic
Public Function SetOrder ( _
	k As Integer _
) As TPSAMaps
Visual C++
public:
TPSAMaps^ SetOrder(
	int k
)

Parameters

k
Type: System..::..Int32
The order at which to clip. If ord is positive, then terms of higher order are zeroed. If k is negative, then terms of order lower than -k are zeroed.

Return Value

A new object consisting of the instance clipped.

Remarks

Creates a new object, and does not modify the instance.

See Also