TrigDegreesMinutesSecondsToRadians Method (DegreesMinutesSeconds) | 
 
            Converts the specified number of revolutions, degrees, minutes, and seconds to radians.
            
 
    Namespace: 
   AGI.Foundation
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static double DegreesMinutesSecondsToRadians(
	DegreesMinutesSeconds dms
)
Public Shared Function DegreesMinutesSecondsToRadians ( 
	dms As DegreesMinutesSeconds
) As Double
public:
static double DegreesMinutesSecondsToRadians(
	DegreesMinutesSeconds dms
)
static member DegreesMinutesSecondsToRadians : 
        dms : DegreesMinutesSeconds -> float 
Parameters
- dms
 - Type: AGI.FoundationDegreesMinutesSeconds
The DegreesMinutesSeconds to be converted to radians. 
Return Value
Type: 
DoubleThe corresponding angle in radians.
See Also