IsGreater (OraNumber) Method
Description
Checks if an OraNumber
object is greater than an argument value.
Usage
bool = OraNumber.IsGreater value
Arguments
The arguments for the method are:
Remarks
Returns a Boolean value: The value is True
if the OraNumber
object is greater than the argument; otherwise, it is False
.