EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Atan2Deg Method (Decimal, Decimal)

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 Decimal, _
   ByVal x As Decimal _
) As Decimal
[C#]
public static decimal Atan2Deg(
   decimal y,
   decimal x
);

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