EsbDecimals - a Free Subset of ESBPCS for .NET | |
DecimalOps.Atan2Deg Method (Int32, Int32)
Computes the Inverse Tangent, where the Tangent is y /x, returning the Angle in Degrees.
Uses Atan2.
[Visual Basic]Overloads Public Shared Function Atan2Deg( _
ByVal
y As
Integer, _
ByVal
x As
Integer _
) As
Decimal Parameters
- y
- Y Co-ordinate
- x
- X Co-ordinate
Return Value
Angle in Degrees
See Also
DecimalOps Class | Esb.Math Namespace | DecimalOps.Atan2Deg Overload List