Entry.TryFixStructure Method
Converts list of Terms to new Entry instance with checks for missing
parenthesis and errors in math expression structure.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static bool TryFixStructure(
IEnumerable<Term> terms,
out Entry entry
)
Public Shared Function TryFixStructure (
terms As IEnumerable(Of Term),
<OutAttribute> ByRef entry As Entry
) As Boolean
public:
static bool TryFixStructure(
IEnumerable<Term^>^ terms,
[OutAttribute] Entry^% entry
)
static member TryFixStructure :
terms : IEnumerable<Term> *
entry : Entry byref -> bool
- terms IEnumerable<Term>
- List of Terms to use as a source.
- entry Entry
- Result math expression as an instance of Entry.
BooleanResult of the structure test.