String Expressions { get; set; }
Gets/sets several expressions separated by semicolon at once.
Returns: String
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.ExprCount