Decision Class
Note: This API is now obsolete.
An obsolete class which has been replaced by
Computation.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
[ObsoleteAttribute("Use Computation class instead.")]
public static class Decision
<ObsoleteAttribute("Use Computation class instead.")>
Public NotInheritable Class Decision
[ObsoleteAttribute(L"Use Computation class instead.")]
public ref class Decision abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ObsoleteAttribute("Use Computation class instead.")>]
type Decision = class end
- Inheritance
- Object Decision
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.
|