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

Splits mathemetical expression into parts according to the given arguments.

Definition

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

Parameters

values  Term[]
Mathemetical expression to split.
rootIndex  Int32
Index of the mathemetical expression element to split arguments of.
argToReturn  Int32
Index of the splitted argument to return.
startPosition  Int32
Splitted argument(s) start position in the mathemetical expression.
endPosition  Int32
Splitted argument(s) end position in the mathemetical expression.

See Also