Свойство | Type | Description | |
---|---|---|---|
CheckNativeObject | void | ||
Create | |||
Create |
Méthode | Description | |
---|---|---|
Simplify ( Params p = null ) : Expr |
Returns a simplified version of the expression.
|
|
Substitute ( Expr from, Expr to ) : Expr |
Substitute every occurrence of The result is the new expression. The arrays |
|
SubstituteVars ( Expr to ) : Expr |
Substitute the free variables in the expression with the expressions in to For every |
|
ToString ( ) : string |
Returns a string representation of the expression.
|
|
Translate ( Context ctx ) : Expr |
Translates (copies) the term to the Context ctx.
|
|
Update ( Expr args ) : void |
Update the arguments of the expression using the arguments args The number of new arguments should coincide with the current number of arguments.
|
Méthode | Description | |
---|---|---|
Expr ( |
Constructor for Expr
|
|
Expr ( |
Constructor for Expr
|
Méthode | Description | |
---|---|---|
CheckNativeObject ( |
||
Create ( |
||
Create ( |
protected Expr ( |
||
ctx | ||
obj | ||
Résultat | System |
public Simplify ( Params p = null ) : Expr | ||
p | Params | A set of parameters to configure the simplifier |
Résultat | Expr |
public Substitute ( Expr from, Expr to ) : Expr | ||
from | Expr | |
to | Expr | |
Résultat | Expr |
public Translate ( Context ctx ) : Expr | ||
ctx | Context | A context |
Résultat | Expr |