Computes the arc tangent of two values. This function uses the signs of both parameters to determine the quadrant of the return value.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalNumber ArcTan2(
	SalNumber nm_valueY,
	SalNumber nm_valueX
)

Parameters

nm_valueY
Type: PPJ.Runtime..::..SalNumber
One of two values whose arc tangent you want.
nm_valueX
Type: PPJ.Runtime..::..SalNumber
The other of two values whose arc tangent you want.

Return Value

nArcTan2

See Also