Click or drag to resize

SphinxHelperDegreesToRadians Method

Converts the specified value from degrees to radians.

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

Parameters

degrees  Single
The value to convert.

Return Value

Single
degrees converted to radians.
See Also