TermsConverter.ToTerms Method
Converts math expression from the string to array of Term.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static Term[] ToTerms(
string value
)
Public Shared Function ToTerms (
value As String
) As Term()
public:
static array<Term^>^ ToTerms(
String^ value
)
static member ToTerms :
value : string -> Term[]
- value String
-
String to convert.
Term[]
Math expression in RPN represented by the array of Term.