Click or drag to resize
SphinxHelperRadiansToDegress Method
Converts the specified value from radians to degrees.

Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public static float RadiansToDegress(
	float radians
)

Parameters

radians
Type: SystemSingle
The value to convert.

Return Value

Type: Single
radians converted to degrees.
See Also