EsbDecimals - a Free Subset of ESBPCS for .NET | |
DecimalOps.AdjustAngleRad Method (Int32)
Adjust the Angle so that it lies between -PI (exclusive) and PI (inclusive)
Works in Radians.
[Visual Basic]Overloads Public Shared Function AdjustAngleRad( _
ByVal
angleInRadians As
Integer _
) As
Decimal [C#]public static
decimal AdjustAngleRad(
int angleInRadians);
Parameters
- angleInRadians
- Angle in Radians
Return Value
Adjusted Angle in Radians
See Also
DecimalOps Class | Esb.Math Namespace | DecimalOps.AdjustAngleRad Overload List