SQL-Unit
1.6
|
The AssertRealBetween stored procedure. More...
Functions | |
int | AssertRealBetween (real @lower, real @upper, real @actual) |
Asserts that the real number value is within the specified range. |
The AssertRealBetween stored procedure.
int AssertRealBetween | ( | real @ | lower, |
real @ | upper, | ||
real @ | actual | ||
) |
Asserts that the real number value is within the specified range.
lower | The expected value lower bound. |
upper | The expected value upper bound. |
actual | The actual value. |