| Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03 | 
 | 
| 
 | PDF · Mobi · ePub | 
Checks if an OraNumber object is less than an argument value.
bool  = OraNumber.IsLess value
The arguments for the method are:
| Arguments | Description | 
|---|---|
| [ in]value | A Variantof typeString,OraNumberobject, or a numeric value. | 
Returns a Boolean value: The value is True if the OraNumber object is less than the argument; otherwise, it is False.