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.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static Entry Preprocessing(
	Entry value,
	Store context
)

Parameters

value  Entry
Math expression to perform all kind of substitutions.
context  Store
Current evaluation context.

Return Value

Entry
Substitutions result.

See Also