EntryToTermsList Method

Terms list representation of math expression.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public List<Term> ToTermsList()

Return Value

ListTerm
Math expression as a Terms list.

Implements

IPrimitiveTToTermsList

See Also