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

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

Parameters

degrees
Type: SystemSingle
The value to convert.

Return Value

Type: Single
degrees converted to radians.
See Also