Clears the instance and sets the constant term to the value of the optional argument.

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

Syntax

C#
public TPSA Clear(
	double x = 0
)
Visual Basic
Public Function Clear ( _
	Optional x As Double = 0 _
) As TPSA
Visual C++
public:
TPSA^ Clear(
	double x = 0
)

Parameters

x (Optional)
Type: System..::..Double
The optional constant-term value.

Return Value

[Missing <returns> documentation for "M:TPSA.TPSA.Clear(System.Double)"]

See Also