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

Min Method
Gets the minimum value of the two specified OracleNumber structures.
Syntax
'Declaration
 
Public Shared Function Min( _
   ByVal value1 As OracleNumber, _
   ByVal value2 As OracleNumber _
) As OracleNumber
 

Parameters

value1
First OracleNumber.
value2
Second OracleNumber.

Return Value

An OracleNumber structure that has the smaller value.
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