DegToRad
double DegToRad (double degrees);
Purpose
This function converts from degrees to radians.
Parameters
| Input | ||
| Name | Type | Description |
| degrees | double | Pass the value in units of degrees to convert to units of radians. |
Return Value
| Name | Type | Description |
| radians | double | Returns the converted value in radians |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later