BasicRulesCompose Method
Actions required to compose expression after the simplification is finished.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public static MItem Compose(
MItem item
)
Public Shared Function Compose (
item As MItem
) As MItem
public:
static MItem^ Compose(
MItem^ item
)
static member Compose :
item : MItem -> MItem
- item MItem
-
Expression to process.
MItem
Processed expression.