ExpressionIndexOf(Term, Term) Method

Search of the elements in the math expression.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static int IndexOf(
	Term[] source,
	Term[] values
)

Parameters

source  Term
Source expression to search entries in.
values  Term
Array of the expression components to search.

Return Value

Int32
Returns index of the first found entry in the expression.

See Also