Evaluate the instance at numerical values of the variables.
Namespace: TPSAAssembly: 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
Exceptions
| Exception | Condition | 
|---|
| [ApplicationException] | The length of args does not equal the number of variables of the TPSA. | 
See Also