dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Modulo Method
First OracleNumber.
Second OracleNumber.

Modulo Method
Calculates the modulus from the results of dividing the first OracleNumber by the second.
Syntax
'Declaration
 
Public Shared Function Modulo( _
   ByVal value1 As OracleNumber, _
   ByVal value2 As OracleNumber _
) As OracleNumber
 

Parameters

value1
First OracleNumber.
value2
Second OracleNumber.

Return Value

A new OracleNumber structure.
Remarks
This method 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