Entry.TryFixStructure Method

Converts list of Terms to new Entry instance with checks for missing parenthesis and errors in math expression structure.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static bool TryFixStructure(
	IEnumerable<Term> terms,
	out Entry entry
)

Parameters

terms  IEnumerable<Term>
List of Terms to use as a source.
entry  Entry
Result math expression as an instance of Entry.

Return Value

Boolean
Result of the structure test.

See Also