You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxExpression Class > TMtxExpression Properties > TMtxExpression.ExprCount Property
Dew Math for .NET
ContentsIndexHome
Example
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 } }
Copyright (c) 1999-2024 by Dew Research. All rights reserved.