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 greater than an argument value.
bool = OraNumber.IsGreater value
The arguments for the method are:
Arguments | Description |
---|---|
[in ] value |
A Variant of type String , OraNumber object, or a numeric value. |
Returns a Boolean value: The value is True
if the OraNumber
object is greater than the argument; otherwise, it is False
.