Atan2 Function | |
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
public static Float Atan2(
Usual nY,
Usual nX
)
Request Example
View SourceParameters
- 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