BasicRulesTryApplyRule Method

Application of the transformation rule.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public static bool TryApplyRule(
	MItem value,
	MItem ruleIn,
	MItem ruleOut,
	bool recursive,
	out MItem result
)

Parameters

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.

Return Value

Boolean
The result of applying the rule to the mathematical expression.

See Also