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.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public static Term[] Preprocessing(
Term[] root,
ref Store context
)
Public Shared Function Preprocessing (
root As Term(),
ByRef context As Store
) As Term()
public:
static array<Term^>^ Preprocessing(
array<Term^>^ root,
Store^% context
)
static member Preprocessing :
root : Term[] *
context : Store byref -> Term[]
- root Term[]
-
Math expression to perform all kind of substitutions.
- context Store
-
Current evaluation context.
Term[]
Substitutions result.