BasicRulesCompose Method

Actions required to compose expression after the simplification is finished.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public static MItem Compose(
	MItem item
)

Parameters

item  MItem
Expression to process.

Return Value

MItem
Processed expression.

See Also