dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Atan2 Method
An OracleNumber structure that represents the y-coordinate.
An OracleNumber structure that represents the x-coordinate.

In This Topic
    Atan2 Method
    In This Topic
    Calculates an angle in radian whose tangent is the quotient of the two specified OracleNumber structures.
    Syntax
    'Declaration
     
    Public Shared Function Atan2( _
       ByVal value1 As OracleNumber, _
       ByVal value2 As OracleNumber _
    ) As OracleNumber
    public static OracleNumber Atan2( 
       OracleNumber value1,
       OracleNumber value2
    )

    Parameters

    value1
    An OracleNumber structure that represents the y-coordinate.
    value2
    An OracleNumber structure that represents the x-coordinate.

    Return Value

    An OracleNumber structure that represents an angle in radian.
    Remarks
    This method is not available in Direct mode.
    See Also