wManager.Wow.Helpers Namespace
WRobot

Math..::..RadianToDegree Method

Radian to degree

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static float RadianToDegree(
	float radianValue
)
Public Shared Function RadianToDegree ( _
	radianValue As Single _
) As Single
public:
static float^ RadianToDegree(
	float^ radianValue
)

Parameters

radianValue
Type: Single
The radian value.

Return Value

degree.