RegionEvaluableCheckForMissingParenthesis Method
Checks for missing parenthesis in math expression and tries to fix found cases.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public static bool CheckForMissingParenthesis(
ref Term[] terms
)
Public Shared Function CheckForMissingParenthesis (
ByRef terms As Term()
) As Boolean
public:
static bool CheckForMissingParenthesis(
array<Term^>^% terms
)
static member CheckForMissingParenthesis :
terms : Term[] byref -> bool
- terms Term
- Math exression to check and fix.
Boolean if the given math expression was fixed,
otherwise.