SphinxHelperDegreesToRadians Method

Converts the specified value from degrees to radians.

Definition

Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public static float DegreesToRadians(
	float degrees
)

Parameters

degrees  Single
The value to convert.

Return Value

Single
degrees converted to radians.

See Also