 | SphinxHelperRadiansToDegress Method |
Converts the specified value from radians to degrees.
Namespace:
SphinxConnector.Common
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic static float RadiansToDegress(
float radians
)
Public Shared Function RadiansToDegress (
radians As Single
) As Single
Parameters
- radians
- Type: SystemSingle
The value to convert.
Return Value
Type:
Singleradians converted to degrees.
See Also