TermsConverter.ToTerms Method

Converts math expression from the string to array of Term.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static Term[] ToTerms(
	string value
)

Parameters

value  String
String to convert.

Return Value

Term[]
Math expression in RPN represented by the array of Term.

See Also