the abstract math expression
Expression
01 Syntax
Microsoft.VisualBasic.Math.Scripting.MathExpression.Impl.Expression
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Parse | 1 | Parse a given math formula expression code as the math expression model |
| Evaluate | 1 | |
| GetVariableSymbols | 1 | |
| op_Equality | 1 | |
| op_Inequality | 1 |
03 Members
Parse(
String)Parse a given math formula expression code as the math expression model
Parameters
| Name | Type | Description |
|---|---|---|
str | String | - |
Evaluate(ExpressionEngine)
GetVariableSymbols()
op_Equality(Expression, Literal)
op_Inequality(Expression, Literal)