EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.SinDeg Method (Double)

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

[Visual Basic]
Overloads Public Shared Function SinDeg( _
   ByVal angleInDegrees As Double _
) As Decimal
[C#]
public static decimal SinDeg(
   double angleInDegrees
);

Parameters

angleInDegrees
Angle in Degrees

Return Value

Sine of the Angle

See Also

DecimalOps Class | Esb.Math Namespace | DecimalOps.SinDeg Overload List