Click or drag to resize

UtilsToDeg Method

Convert angle in radians to degree

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double ToDeg(
	this double angle
)

Parameters

angle
Type: SystemDouble

[Missing <param name="angle"/> documentation for "M:Karamba.Utilities.Utils.ToDeg(System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:Karamba.Utilities.Utils.ToDeg(System.Double)"]

Usage Note

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).
See Also