Click or drag to resize
CMATHrArcTan2 Method
Calculate ArcTan(Y/X)

Available since Oasis montaj version: 6.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If either X or Y is a dummy, returns dummy
Syntax
public static double rArcTan2(
	double d1,
	double d2
)

Parameters

d1
Type: SystemDouble
Y
d2
Type: SystemDouble
X

Return Value

Type: Double
real
See Also