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