ExpressionDifferentiateEx Method
Differentiation of the mathematical expression. Before
differentiation, the expression is fully prepared for this operation.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public static MItem DifferentiateEx(
MItem value,
MItem variable,
ActionContext store
)
Public Shared Function DifferentiateEx (
value As MItem,
variable As MItem,
store As ActionContext
) As MItem
public:
static MItem^ DifferentiateEx(
MItem^ value,
MItem^ variable,
ActionContext^ store
)
static member DifferentiateEx :
value : MItem *
variable : MItem *
store : ActionContext -> MItem
- value MItem
-
- variable MItem
-
- store ActionContext
-
MItem