Expression.SplitSingle(Term[], Int32, Int32) Method

Returns the specified argument of expression based on the parent element specified by index.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static Term[] SplitSingle(
	Term[] values,
	int index,
	int argToReturn
)

Parameters

values  Term[]
Source expression to split.
index  Int32
Root (parent) element index.
argToReturn  Int32
Index of the argument to return.

Return Value

Term[]
Argument of the expression by index.

See Also