BaseEntry.ToTerms Method

Converts current expression component to the array of Term in reverse Polish notation (RPN).

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public virtual Term[] ToTerms()

Return Value

Term[]
Array of Term in RPN.

See Also