Overload List
| # | Signature | Description |
|---|---|---|
| 1 | bool EvaluateBool(int Index); | Evaluates expression at the specified index. |
| 2 | bool EvaluateBool(); | Evaluates all expressions from the list. |
Overload 1: bool EvaluateBool(int Index);
Evaluates expression at the specified index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int |
Returns: the result as a boolean value.
See Also: TMtxExpression::Evaluate, TMtxExpression::EvaluateComplex, TMtxExpression::EvaluateVector, TMtxExpression::EvaluateMatrix
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler
Overload 2: bool EvaluateBool();
Evaluates all expressions from the list.
Returns: the result of the last expression as a single boolean value.
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler