wManager.Wow.Helpers Namespace
WRobot

Math..::..DegreeToRadian Method

Degree to radian

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

Syntax


public static float DegreeToRadian(
	float degrees
)
Public Shared Function DegreeToRadian ( _
	degrees As Single _
) As Single
public:
static float^ DegreeToRadian(
	float^ degrees
)

Parameters

degrees
Type: Single
The degrees.

Return Value

radian.