Click or drag to resize

Trig.RadiansToDegreesMinutesSeconds Method

Converts the specified angle in radians to revolutions, degrees, minutes, and seconds.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static DegreesMinutesSeconds RadiansToDegreesMinutesSeconds(
	double radians
)

Parameters

radians
Type: System.Double
The angle in radians

Return Value

Type: DegreesMinutesSeconds
The corresponding angle in DMS.
See Also