Decision.Preprocessing(Term[], Store) Method

Input Term's array modification by substitution of defined on the page variables and functions. If no such substitution made method tries to use available plug-ins, where current term can be handled.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static Term[] Preprocessing(
	Term[] root,
	ref Store context
)

Parameters

root  Term[]
Math expression to perform all kind of substitutions.
context  Store
Current evaluation context.

Return Value

Term[]
Substitutions result.

See Also