UtilsToDeg Method
Convert angle in radians to degree.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static double ToDeg(
this double angle
)
<ExtensionAttribute>
Public Shared Function ToDeg (
angle As Double
) As Double
public:
[ExtensionAttribute]
static double ToDeg(
double angle
)
[<ExtensionAttribute>]
static member ToDeg :
angle : float -> float
- angle Double
- Angle in radians.
DoubleAngle in degree.In Visual Basic and C#, you can call this method as an instance method on any object of type
Double. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).