TMtxExpression.Test Method

Overload List

#SignatureDescription
1void Test(String anExpr, TCplx ResultValue, Boolean AllowNanInf)Specifies a single expression, which must match ResultValue, underwise an exception is raised.
2void Test(String anExpr, Double ResultValue, Boolean AllowNanInf)Specifies a single expression, which must match ResultValue, underwise an exception is raised.

Overload 1: void Test(String anExpr, TCplx ResultValue, Boolean AllowNanInf)

Specifies a single expression, which must match ResultValue, underwise an exception is raised.

#NameTypeDescription
1anExprString
2ResultValueTCplxscalar
3AllowNanInfBoolean

Result: stored in self (calling object)

Overload 2: void Test(String anExpr, Double ResultValue, Boolean AllowNanInf)

Specifies a single expression, which must match ResultValue, underwise an exception is raised.

#NameTypeDescription
1anExprString
2ResultValueDoublescalar
3AllowNanInfBoolean

Result: stored in self (calling object)