EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.AdjustAngleRad Method (Double)

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 Double _
) As Decimal
[C#]
public static decimal AdjustAngleRad(
   double angleInRadians
);

Parameters

angleInRadians
Angle in Radians

Return Value

Adjusted Angle in Radians

See Also

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