You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxExpression Class > TMtxExpression Properties > TMtxExpression.Expressions Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxExpression.Expressions Property

Gets/sets several expressions separated by semicolon at once.

Syntax
C#
Visual Basic
public string Expressions;
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.
What do you think about this topic? Send feedback!