BasicRulesTryApplyRule Method
Application of the transformation rule.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public static bool TryApplyRule(
MItem value,
MItem ruleIn,
MItem ruleOut,
bool recursive,
out MItem result
)
Public Shared Function TryApplyRule (
value As MItem,
ruleIn As MItem,
ruleOut As MItem,
recursive As Boolean,
<OutAttribute> ByRef result As MItem
) As Boolean
public:
static bool TryApplyRule(
MItem^ value,
MItem^ ruleIn,
MItem^ ruleOut,
bool recursive,
[OutAttribute] MItem^% result
)
static member TryApplyRule :
value : MItem *
ruleIn : MItem *
ruleOut : MItem *
recursive : bool *
result : MItem byref -> bool
- value MItem
-
Mathematical expression for the transformation.
- ruleIn MItem
-
Left side of equality to check for compliance.
- ruleOut MItem
-
The right side of the equation for compiling the final expression.
- recursive Boolean
-
Determines whether to perform conversion recursively or not.
- result MItem
- Result of the transformation operation.
Boolean
The result of applying the rule to the mathematical expression.