nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.Core / ExpressionEngine

ExpressionEngine

Full name Microsoft.VisualBasic.Math.Scripting.MathExpression.ExpressionEngine Assembly Microsoft.VisualBasic.Math.Core Members 9

01 Syntax

Microsoft.VisualBasic.Math.Scripting.MathExpression.ExpressionEngine

02 Methods

NameOverloadsSummary
AddFunction 1
SetSymbol 1 set the symbol value
GetSymbolValue 1
GetFunction 1
CheckFunction 1
Evaluate 1
Parse 1

03 Properties

NameOverloadsSummary
Symbol 1

04 Fields

NameOverloadsSummary
functions 1 The mathematics calculation delegates collection with its specific name.

05 Members

method AddFunction #
AddFunction(String, String(), String)
Parameters
NameTypeDescription
nameString

函数名

method SetSymbol #
SetSymbol(String, Double)

set the symbol value

Parameters
NameTypeDescription
symbolString

-

valueDouble

-

field functions #
functions

The mathematics calculation delegates collection with its specific name. (具有特定名称的数学计算委托方法的集合)

property Symbol #
Symbol
method GetSymbolValue #
GetSymbolValue(String)
method GetFunction #
GetFunction(String)
method CheckFunction #
CheckFunction(String)
method Evaluate #
Evaluate(Expression)
method Parse #
Parse(String)