Computation Class

Contains main evaluation and substitution methods to work with math expressions.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static class Computation
Inheritance
Object    Computation

Methods

NumericCalculation(Entry, Store) Numeric evaluation of math expression with all possible substitutions based on the evaluation context.
NumericCalculation(Term[], Store) Numeric evaluation of math expression with all possible substitutions based on the evaluation context.
Preprocessing(Entry, Store) 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.
Preprocessing(Term[], Store) 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.
SymbolicCalculation(Entry, Store) Symbolic evaluation of math expression with all possible substitutions based on the evaluation context.
SymbolicCalculation(Term[], Store) Symbolic evaluation of math expression with all possible substitutions based on the evaluation context.

Fields

dataFast All primitives which support IPluginLowLevelEvaluationFast.
dataLegacy All primitives which support IPluginLowLevelEvaluation.

See Also