nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.Lambda / Substitute

Substitute

Full name Microsoft.VisualBasic.Math.Lambda.Symbolic.Substitute Assembly Microsoft.VisualBasic.Math.Lambda Members 3

01 Syntax

Microsoft.VisualBasic.Math.Lambda.Symbolic.Substitute

02 Methods

NameOverloadsSummary
Substitute 3 Simultaneously replace every symbol listed in mapping by its associated expression.

03 Members

method Substitute overload 2 #
Substitute(Expression, String, Expression)

Replace every occurrence of the symbol oldSymbol by the expression replacement.

method Substitute overload 3 #
Substitute(Expression, String, Double)

Replace every occurrence of the symbol oldSymbol by the numeric value.

method Substitute #
Substitute(Expression, Dictionary(Of String, Expression))

Simultaneously replace every symbol listed in mapping by its associated expression.