Computation.Preprocessing(Entry, 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 Entry Preprocessing(
Entry value,
Store context
)
Public Shared Function Preprocessing (
value As Entry,
context As Store
) As Entry
public:
static Entry^ Preprocessing(
Entry^ value,
Store^ context
)
static member Preprocessing :
value : Entry *
context : Store -> Entry
- value Entry
-
Math expression to perform all kind of substitutions.
- context Store
-
Current evaluation context.
Entry
Substitutions result.