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.

Atan2 Method
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
 

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.
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