|
SQL-Unit
1.6
|
The AssertRealLessThan stored procedure. More...
Functions | |
| int | AssertRealLessThan (real @expected, real @actual) |
| Asserts that one real number is less than another. | |
The AssertRealLessThan stored procedure.
| int AssertRealLessThan | ( | real @ | expected, |
| real @ | actual | ||
| ) |
Asserts that one real number is less than another.
| expected | The expected value. |
| actual | The actual value. |
1.7.6.1