EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.SinDeg Method

Computes the Sine of the Angle, given the Angle in Degrees, using Sin.

Methods for decimal, double and int Parameters.

Overload List

Computes the Sine of the Angle, given the Angle in Degrees, using Sin.

public static decimal SinDeg(decimal);

Computes the Sine of the Angle, given the Angle in Degrees, using Sin.

public static decimal SinDeg(double);

Computes the Sine of the Angle, given the Angle in Degrees, using Sin.

public static decimal SinDeg(int);

See Also

DecimalOps Class | Esb.Math Namespace