ExpressionParserX extension

Extension method for ExpressionParser on String types.

on

Properties

isNumericalExpression bool
Determines whether this string represents a valid numerical expression such as:
no setter
isRealFunction bool
Determines whether this string represents a valid real function f(x) or not. For example, this method returns true with the following inputs:
no setter