 | SphinxHelperRadiansToDegress Method |
Converts the specified value from radians to degrees.
Namespace: SphinxConnector.CommonAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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