Converts the specified value from degrees to radians.

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.8.0.26312 (2.8.0.26312)

Syntax

C#
public static float DegreesToRadians(
	float degrees
)
Visual Basic
Public Shared Function DegreesToRadians ( _
	degrees As Single _
) As Single

Parameters

degrees
Type: System..::..Single
The value to convert.

Return Value

degrees converted to radians.

See Also