Computation Class
Contains main evaluation and substitution methods to work with math expressions.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public static class Computation
Public NotInheritable Class Computation
public ref class Computation abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Computation = class end
- Inheritance
- Object Computation
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.
|