TMtxExpression::TestMtx Method

Overload List

#SignatureDescription
1void TestMtx(const DewString &anExpr, const DewArray<double> &ResultValue, bool AllowNanInf);Specifies a single expression, which must match ResultValue, underwise an exception is raised.
2void TestMtx(const DewString &anExpr, const DewArray<double> &ResultValue);
3void TestMtx(const DewString &anExpr, TMtx *ResultValue, bool AllowNanInf = false);

Overload 1: void TestMtx(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 TestMtx(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 TestMtx(const DewString &anExpr, TMtx *ResultValue, bool AllowNanInf = false);

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