Evalutes the instance at a set of 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(
	double[][] args
)
Visual Basic
Public Function Eval ( _
	args As Double()() _
) As Double()
Visual C++
public:
array<double>^ Eval(
	array<array<double>^>^ args
)

Parameters

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

Return Value

Array of values.

Exceptions

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

See Also