Converter.ToTerms Method

Note: This API is now obsolete.
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#
[ObsoleteAttribute("Use TermsConverter.ToTerms(string) instead.", false)]
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