Expression.IndexOf(Term[], Term[]) Method
Search of the elements in the math expression.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static int IndexOf(
Term[] source,
Term[] values
)
Public Shared Function IndexOf (
source As Term(),
values As Term()
) As Integer
public:
static int IndexOf(
array<Term^>^ source,
array<Term^>^ values
)
static member IndexOf :
source : Term[] *
values : Term[] -> int
- source Term[]
-
Source expression to search entries in.
- values Term[]
-
Array of the expression components to search.
Int32
Returns index of the first found entry in the expression.