| Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03  | 
  | 
  | 
PDF · Mobi · ePub | 
Gets the modulus from the division of the OraNumber object by operand.
OraNumber.Mod operand
The arguments for the method are:
| Arguments | Description | 
|---|---|
[in] operand | 
A Variant of type String, OraNumber, or a numeric value. | 
The result of the operation is stored in the OraNumber object. There is no return value.
If operand is equal to zero, an error is raised.