dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Modulus Operator
First OracleNumber.
Second OracleNumber.

Modulus Operator
Divides the value of the first OracleNumber by the value of the second, and returns the remainder.
Syntax
'Declaration
 
Public Operator Mod( _
   ByVal value As OracleNumber, _
   ByVal devider As OracleNumber _
) As OracleNumber
 

Parameters

value
First OracleNumber.
devider
Second OracleNumber.

Return Value

A new OracleNumber structure.
Remarks
This member is not available in Direct mode.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also