Returns the index in tps of the term with variables having the exponents of the argument.

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

Syntax

C#
public static int GetTermIndex(
	ref int[] exp
)
Visual Basic
Public Shared Function GetTermIndex ( _
	ByRef exp As Integer() _
) As Integer
Visual C++
public:
static int GetTermIndex(
	array<int>^% exp
)

Parameters

exp
Type: array<System..::..Int32>[]()[][]%
Array of exponents corresponding to the variables of the TPSA.

Return Value

[Missing <returns> documentation for "M:TPSA.TPSA.GetTermIndex(System.Int32[]@)"]

See Also