EsbDecimals - a Free Subset of ESBPCS for .NET | |
DecimalOps.SinDeg Method (Int32)
Computes the Sine of the Angle, given the Angle in Degrees, using Sin.
[Visual Basic]Overloads Public Shared Function SinDeg( _
ByVal
angleInDegrees As
Integer _
) As
Decimal [C#]public static
decimal SinDeg(
int angleInDegrees);
Parameters
- angleInDegrees
- Angle in Degrees
Return Value
Sine of the Angle
See Also
DecimalOps Class | Esb.Math Namespace | DecimalOps.SinDeg Overload List