ExpressionEngine
01 Syntax
Microsoft.VisualBasic.Math.Scripting.MathExpression.ExpressionEngine
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| AddFunction | 1 | |
| SetSymbol | 1 | set the symbol value |
| GetSymbolValue | 1 | |
| GetFunction | 1 | |
| CheckFunction | 1 | |
| Evaluate | 1 | |
| Parse | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Symbol | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| functions | 1 | The mathematics calculation delegates collection with its specific name. |
05 Members
AddFunction(
String, String(), String)Parameters
| Name | Type | Description |
|---|---|---|
name | String | 函数名 |
SetSymbol(
String, Double)set the symbol value
Parameters
| Name | Type | Description |
|---|---|---|
symbol | String | - |
value | Double | - |
functions
The mathematics calculation delegates collection with its specific name. (具有特定名称的数学计算委托方法的集合)
Symbol
GetSymbolValue(
String)GetFunction(
String)CheckFunction(
String)Evaluate(Expression)
Parse(
String)