Computes the Sine of the Angle, given the Angle in Degrees, using Sin.
Methods for decimal, double and int Parameters.
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);
DecimalOps Class | Esb.Math Namespace