You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TMtxExpression Class
>
TMtxExpression Properties
>
TMtxExpression.Expressions Property
Dew Math for .NET
TMtxExpression.Expressions Property
TMtxExpression Class
TMtxExpression Members
Dew.Math Namespace
TMtxExpression Properties
Example
See Also
Collapse All
Gets/sets several expressions separated by semicolon at once.
Syntax
C#
Visual Basic
public
string
Expressions
;
Public
Property
Expressions
()
As
string
See Also
ExprCount
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
} }
Group
TMtxExpression Properties
Links
TMtxExpression Class
,
TMtxExpression Members
,
Dew.Math Namespace
,
TMtxExpression Properties
,
Example
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!