EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.TanDeg Method (Decimal)

Computes the Tangent of the Angle, given the Angle in Degrees, using Tan.

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

Parameters

angleInDegrees
Angle in Degrees

Return Value

Tangent of the Angle

See Also

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