Converts the specified value from radians to degrees.
Namespace: Gronewold.SphinxConnectorAssembly: 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.