Int32 ExprCount { get; set; }
Number of expressions.
Returns: Int32
Examples
using Dew.Math;
using Dew.Math.Units;
namespace Dew.Examples
{
void Example(TMtxExpression myParser)
{
myParser.Expressions = "x+y;sqrt(x);x/y";
myParsers.ExprCount(); // 3
}
}
See Also: TMtxExpression.Expressions