BasicRulesDecompose Method
Actions required to decompose expression before the simplification will be started.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public static MItem Decompose(
MItem item
)
Public Shared Function Decompose (
item As MItem
) As MItem
public:
static MItem^ Decompose(
MItem^ item
)
static member Decompose :
item : MItem -> MItem
- item MItem
-
Expression to process.
MItem
Processed expression.