EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.CosDeg Method

Computes the Cosine of the Angle, given the Angle in Degrees, using Cos.

Methods for decimal, double and int Parameters.

Overload List

Computes the Cosine of the Angle, given the Angle in Degrees, using Cos.

public static decimal CosDeg(decimal);

Computes the Cosine of the Angle, given the Angle in Degrees, using Cos.

public static decimal CosDeg(double);

Computes the Cosine of the Angle, given the Angle in Degrees, using Cos.

public static decimal CosDeg(int);

See Also

DecimalOps Class | Esb.Math Namespace