[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ExpressionEngine.IsExpressionEnd

IsExpressionEnd Method

IsExpressionEnd(char)

Checks whether the character is the end of the expression.

Declaration
protected virtual bool IsExpressionEnd(char c)
Parameters
Type Name Description
char c

The character to check.

Returns
Type Description
bool