Evaluate the instance at numerical values of the variables.

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

Syntax

C#
public double Eval(
	params double[] args
)
Visual Basic
Public Function Eval ( _
	ParamArray args As Double() _
) As Double
Visual C++
public:
double Eval(
	... array<double>^ args
)

Parameters

args
Type: array<System..::..Double>[]()[][]
The numerical values of the variables.

Return Value

The numerical value of the result.

Remarks

The number of arguments must equal the number of variables of the TPSA.

Exceptions

ExceptionCondition
[ApplicationException]The length of args does not equal the number of variables of the TPSA.

See Also