Click or drag to resize

SphinxHelperDegreesToRadians Method

Converts the specified value from degrees to radians.

Namespace:  SphinxConnector.Common
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
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