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: 24.2.419.0 (24.2.419.0)
Syntax public 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