nuget server logo nuget api documents
↑

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

FormulaDependency

Full name Microsoft.VisualBasic.Math.Scripting.FormulaDependency Assembly Microsoft.VisualBasic.Math.Core Members 6

01 Syntax

Microsoft.VisualBasic.Math.Scripting.FormulaDependency

02 Methods

NameOverloadsSummary
Sort 1 sort of the given formula list via the formula FormulaDependency.dependency
Visit 1 深度优先访问节点,检测循环依赖
ToString 1

03 Properties

NameOverloadsSummary
formula 1 the value expression of the target symbol: symbol = formula_expression
dependency 1 a collection of the FormulaDependency.symbol dependency in the current FormulaDependency.formula expression.
symbol 1

04 Members

method Sort #
Sort(IEnumerable(Of FormulaDependency))

sort of the given formula list via the formula FormulaDependency.dependency

Parameters
NameTypeDescription
formulasIEnumerable(Of FormulaDependency)

-

method Visit #
Visit(FormulaDependency, Dictionary(Of String, FormulaDependency), Dictionary(Of String, List(Of String)), Dictionary(Of String, Boolean), Dictionary(Of String, Boolean), List(Of FormulaDependency))

深度优先访问节点,检测循环依赖

property formula #
formula

the value expression of the target symbol: symbol = formula_expression

property dependency #
dependency

a collection of the FormulaDependency.symbol dependency in the current FormulaDependency.formula expression.

property symbol #
symbol
method ToString #
ToString()