Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void Test(String anExpr, TCplx ResultValue, Boolean AllowNanInf) | Specifies a single expression, which must match ResultValue, underwise an exception is raised. |
| 2 | void 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | anExpr | String | |
| 2 | ResultValue | TCplx | scalar |
| 3 | AllowNanInf | Boolean |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | anExpr | String | |
| 2 | ResultValue | Double | scalar |
| 3 | AllowNanInf | Boolean |
Result: stored in self (calling object)