ExpansionPrepare Method
First preparing of the expression before simplification.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
public static MItem Prepare(
MItem value
)
Public Shared Function Prepare (
value As MItem
) As MItem
public:
static MItem^ Prepare(
MItem^ value
)
static member Prepare :
value : MItem -> MItem
- value MItem
-
Expression to proceed.
MItem
Prepared expression.