Converts radians to degrees.

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static float ToDegrees(
	float radians
)
Visual Basic (Declaration)
Public Shared Function ToDegrees ( _
	radians As Single _
) As Single
Visual C++
public:
static float ToDegrees(
	float radians
)

Parameters

radians
Type: System..::.Single
The angle in radians.

Return Value

The angle in degrees.

See Also