SQL-Unit  1.6
Functions
AssertRealGreaterThanOrEqualTo.ssunit.sql File Reference

The AssertRealGreaterThanOrEqualTo stored procedure. More...

Functions

int AssertRealGreaterThanOrEqualTo (real @expected, real @actual)
 Asserts that one real number is greater than or equal to another.

Detailed Description

The AssertRealGreaterThanOrEqualTo stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertRealGreaterThanOrEqualTo ( real @  expected,
real @  actual 
)

Asserts that one real number is greater than or equal to another.

Parameters:
expectedThe expected value.
actualThe actual value.