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