Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static double DegreesMinutesSecondsToRadians(
	DegreesMinutesSeconds dms
)

Parameters

dms
Type: AGI.FoundationDegreesMinutesSeconds
The DegreesMinutesSeconds to be converted to radians.

Return Value

Type: Double
The corresponding angle in radians.
See Also