MItemToTermsList Method

Converts current symbolic equation to the list of Terms.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public List<Term> ToTermsList()

Return Value

ListTerm
List of Terms with current symbolic equation.

Implements

IPrimitiveTToTermsList

See Also