Click or drag to resize

Atan2 Function

X#
Returns the angle whose tangent is the quotient of two specified numbers.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION Atan2(
	nY AS USUAL,
	nX AS USUAL
) AS FLOAT
Request Example View Source

Parameters

nY
Type: Usual
Any numeric value.
nX
Type: Usual
Any numeric value.

Return Value

Type: Float
Returns the angle whose tangent is the quotient of two specified numbers.
See Also