Less Than Operator (DB2Real)
                In This Topic
            
            Compares two 
DB2Real structures to determine if the first is less than the second.
Syntax
            
        
            Parameters
- x
- First DB2Real.
- y
- Second DB2Real.
Return Value
true if the first of two 
DB2Real values is less than the second; otherwise, 
false.
  
            
            
            
            
            
            
            
            
            
            
            See Also