AngouriMath
Substitute
Method with 4 overloads
Substitute(System.String,AngouriMath.Entity.Variable,AngouriMath.Entity)
Summary
Subsitutes a variable by replacing all its occurances with the given value
Parameter "expr"
The expression where to substitute the variablesParameter "var"
A variable to substituteParameter "value"
A value to substitutevar Returns
Expression with substituted the variableSubstitute(System.String,System.ValueTuple{AngouriMath.Entity,AngouriMath.Entity,AngouriMath.Entity,AngouriMath.Entity},System.ValueTuple{AngouriMath.Entity,AngouriMath.Entity,AngouriMath.Entity,AngouriMath.Entity})
Summary
Replaces x.x1 with value.v1 and
x.x2 with value.v2 and
x.x3 with value.v3 and
x.x4 with value.v4
Substitute(System.String,System.ValueTuple{AngouriMath.Entity,AngouriMath.Entity,AngouriMath.Entity},System.ValueTuple{AngouriMath.Entity,AngouriMath.Entity,AngouriMath.Entity})
Summary
Replaces x.x1 with value.v1 and
x.x2 with value.v2 and
x.x3 with value.v3
Substitute(System.String,System.ValueTuple{AngouriMath.Entity,AngouriMath.Entity},System.ValueTuple{AngouriMath.Entity,AngouriMath.Entity})
Summary
Replaces x.x1 with value.v1 and
x.x2 with value.v2
Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online