Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void TestVec(const DewString &anExpr, const DewArray<double> &ResultValue, bool AllowNanInf); | Specifies a single expression, which must match ResultValue, underwise an exception is raised. |
| 2 | void TestVec(const DewString &anExpr, const DewArray<double> &ResultValue); | |
| 3 | void TestVec(const DewString &anExpr, TVec *ResultValue, bool AllowNanInf = false); |
Overload 1: void TestVec(const DewString &anExpr, const DewArray<double> &ResultValue, bool AllowNanInf);
Specifies a single expression, which must match ResultValue, underwise an exception is raised.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | anExpr | const DewString & | |
| 2 | ResultValue | const DewArray<double> & | |
| 3 | AllowNanInf | bool |
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler
Overload 2: void TestVec(const DewString &anExpr, const DewArray<double> &ResultValue);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | anExpr | const DewString & | |
| 2 | ResultValue | const DewArray<double> & |
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler
Overload 3: void TestVec(const DewString &anExpr, TVec *ResultValue, bool AllowNanInf = false);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | anExpr | const DewString & | |
| 2 | ResultValue | TVec * | |
| 3 | AllowNanInf = false | bool |
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler