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

In This Topic
    Max Method
    In This Topic
    Gets the maximum value of the two specified OracleNumber structures.
    Syntax
    'Declaration
     
    Public Shared Function Max( _
       ByVal value1 As OracleNumber, _
       ByVal value2 As OracleNumber _
    ) As OracleNumber
    public static OracleNumber Max( 
       OracleNumber value1,
       OracleNumber value2
    )

    Parameters

    value1
    First OracleNumber.
    value2
    Second OracleNumber.

    Return Value

    An OracleNumber structure that has the greater 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