AngleMathAtan2 Method

CVB.Net Documentation
Returns the angle whose tangent is the quotient of two specified numbers.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Angle Atan2(
	double y,
	double x
)

Parameters

y
Type: SystemDouble
Y parameter
x
Type: SystemDouble
X parameter

Return Value

Type: Angle
Angle
See Also

Reference