EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Atan2Deg Method

Computes the Inverse Tangent, where the Tangent is y /x, returning the Angle in Degrees. Uses Atan2.

Methods for decimal, double and int Parameters.

Overload List

Computes the Inverse Tangent, where the Tangent is y /x, returning the Angle in Degrees. Uses Atan2.

public static decimal Atan2Deg(decimal,decimal);

Computes the Inverse Tangent, where the Tangent is y /x, returning the Angle in Degrees. Uses Atan2.

public static decimal Atan2Deg(double,double);

Computes the Inverse Tangent, where the Tangent is y /x, returning the Angle in Degrees. Uses Atan2.

public static decimal Atan2Deg(int,int);

See Also

DecimalOps Class | Esb.Math Namespace