Decision Class

Note: This API is now obsolete.
An obsolete class which has been replaced by Computation.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
[ObsoleteAttribute("Use Computation class instead.")]
public static class Decision
Inheritance
Object    Decision

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.

See Also