EsbDecimals - a Free Subset of ESBPCS for .NET | |
DecimalOps.Sin Method (Int32)
Computes the Sine of the given angle (in Radians) using Series Expansion.
If you need both Sine and Cosine then SinCos.
[Visual Basic]Overloads Public Shared Function Sin( _
ByVal
angleInRadians As
Integer _
) As
Decimal [C#]public static
decimal Sin(
int angleInRadians);
Parameters
- angleInRadians
- Angle in Radians
Return Value
Sine of the Angle
See Also
DecimalOps Class | Esb.Math Namespace | DecimalOps.Sin Overload List