Converts the specified value from radians to degrees.

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

Syntax

C#
public static float RadiansToDegress(
	float radians
)
Visual Basic
Public Shared Function RadiansToDegress ( _
	radians As Single _
) As Single

Parameters

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

Return Value

radians converted to degrees.

See Also