Returns the coefficient of the term with variables having the exponents of the argument.
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public double GetTerm(
ref int[] exp
) |
Visual Basic |
---|
Public Function GetTerm ( _
ByRef exp As Integer() _
) As Double |
Visual C++ |
---|
public:
double GetTerm(
array<int>^% exp
) |
Parameters
- exp
- Type: array<System..::..Int32>[]()[][]%
Array of exponents corresponding to the variables of the TPSA.
Return Value
The coefficient of the term having variables raised to the power of
exp.
Exceptions
Exception | Condition |
---|
[ApplicationException] | The term was not found. |
See Also