TMtxExpression::TestVec Method

Overload List

#SignatureDescription
1void TestVec(const DewString &anExpr, const DewArray<double> &ResultValue, bool AllowNanInf);Specifies a single expression, which must match ResultValue, underwise an exception is raised.
2void TestVec(const DewString &anExpr, const DewArray<double> &ResultValue);
3void 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.

#NameTypeDescription
1anExprconst DewString &
2ResultValueconst DewArray<double> &
3AllowNanInfbool
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler

Overload 2: void TestVec(const DewString &anExpr, const DewArray<double> &ResultValue);

#NameTypeDescription
1anExprconst DewString &
2ResultValueconst 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);

#NameTypeDescription
1anExprconst DewString &
2ResultValueTVec *
3AllowNanInf = falsebool
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler